3
0
Fork 0
forked from mirrors/nixpkgs

sic-image-cli: 0.19.0 -> 0.19.1

This commit is contained in:
R. Ryantm 2022-03-20 00:11:27 +00:00 committed by Yt
parent 71e3a9b62d
commit 389143bd7a

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "sic-image-cli";
version = "0.19.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "foresterre";
repo = "sic";
rev = "v${version}";
sha256 = "11km8ngndmzp6sxyfnbll80nigi790s353v7j31jvqcgyn9gjdq9";
sha256 = "sha256-lFb1roQd6CK/9fKWO4SC0CbOLZglB+pS9ZqTdGRHk0Y=";
};
cargoSha256 = "sha256-mHfQ36Xo37VRRq0y0xvUYy0MAlrfnOfMy1t3IZFdrE8=";
cargoSha256 = "sha256-9m8gdbrVv+6tGMg1GTUPy4eRqRQa9zy9BZwfZqNqSS0=";
nativeBuildInputs = [ installShellFiles nasm ];