mod: adjusted sha to match

like i should've done in the first place
This commit is contained in:
2026-08-26 19:12:29 -04:00
parent c18ae03bd0
commit d53fdf0d45
+1 -1
View File
@@ -7,7 +7,7 @@ let
owner = "vorlie";
repo = "ani-cli-rs";
rev = "${version}";
sha256 = "sha256-4JjCe9dCggLtETmH8yWYyn1tkHimPYtTp0BLQML3NKY=";
sha256 = "sha256-19U/p583B5d/Kd0O1raYhREz6zYMeudyTH7dh9bi/jU=";
};
in pkgs.rustPlatform.buildRustPackage {
inherit pname version src;