lol

Merge pull request #211613 from figsoda/sic

sic-image-cli: 0.20.1 -> 0.21.0

authored by

figsoda and committed by
GitHub
a1e0ac49 428f4027

+3 -3
+3 -3
pkgs/tools/graphics/sic-image-cli/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "sic-image-cli"; 5 - version = "0.20.1"; 5 + version = "0.21.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "foresterre"; 9 9 repo = "sic"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-VSBOmE5xdAS15z/KgQ54KfxM2/plEKtpmjOB+T9kLt4="; 11 + sha256 = "sha256-mXBiEicybtMilqXxPg8JDN0vPWT2KOFvyV+Ffo5AvlI="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-hkK22c7Z/Wj8ebQkjcdK7H6dms6MI9Sm9yrpqfCCxGA="; 14 + cargoSha256 = "sha256-XuQnh+hww7/6htrYwZAF0Jl7+7lXUCDRT5/e5YwVEIo="; 15 15 16 16 nativeBuildInputs = [ installShellFiles nasm ]; 17 17