sic-image-cli: 0.19.1 -> 0.20.0

authored by R. Ryantm and committed by Yt 36873851 50941984

+3 -3
+3 -3
pkgs/tools/graphics/sic-image-cli/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "sic-image-cli"; 5 - version = "0.19.1"; 6 7 src = fetchFromGitHub { 8 owner = "foresterre"; 9 repo = "sic"; 10 rev = "v${version}"; 11 - sha256 = "sha256-lFb1roQd6CK/9fKWO4SC0CbOLZglB+pS9ZqTdGRHk0Y="; 12 }; 13 14 - cargoSha256 = "sha256-9m8gdbrVv+6tGMg1GTUPy4eRqRQa9zy9BZwfZqNqSS0="; 15 16 nativeBuildInputs = [ installShellFiles nasm ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "sic-image-cli"; 5 + version = "0.20.0"; 6 7 src = fetchFromGitHub { 8 owner = "foresterre"; 9 repo = "sic"; 10 rev = "v${version}"; 11 + sha256 = "sha256-KoDX/d457dTHsmz8VTPhfF2MiB5vZzLFKG46/L351SQ="; 12 }; 13 14 + cargoSha256 = "sha256-sKEZhJivLbos0KLzPCEnGgTCgbyWSIOvHMhoC1IaJRo="; 15 16 nativeBuildInputs = [ installShellFiles nasm ]; 17