about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-22 22:18:32 -0500
committerGitHub <noreply@github.com>2023-04-22 22:18:32 -0500
commite478e9ceec96e9aeac93730be1147cdd63281705 (patch)
tree4d0cbebdad7bec5a06a80a63cc4d2f416aaaf03b /pkgs
parentb7a501bd59e3089e7cca7af402cd440ab5986645 (diff)
parent0d3eb74e18b0db9ae01cc208adb15d6a1e983e79 (diff)
Merge pull request #227657 from figsoda/sic
sic-image-cli: 0.21.1 -> 0.22.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/graphics/sic-image-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/graphics/sic-image-cli/default.nix b/pkgs/tools/graphics/sic-image-cli/default.nix
index e3fbcf438857a..c121cf2406c06 100644
--- a/pkgs/tools/graphics/sic-image-cli/default.nix
+++ b/pkgs/tools/graphics/sic-image-cli/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "sic-image-cli";
-  version = "0.21.1";
+  version = "0.22.0";
 
   src = fetchFromGitHub {
     owner = "foresterre";
     repo = "sic";
     rev = "v${version}";
-    sha256 = "sha256-JSBvHbqGTwjiKRPuomXtFLgu77ZB4bOlV/JgzIxaWC0=";
+    sha256 = "sha256-ZKxBanCfPBo5k1EI/cJKpHiWF7M1blZdchWy3DMHrnQ=";
   };
 
-  cargoSha256 = "sha256-HWnYBLxiz7Kd5rmgTFeIG8XtiRzhRKuo/vunJRPLdWU=";
+  cargoSha256 = "sha256-cj9UAPwgj4ZT+ReZWi9hOBNicMBOt9qdveYYF5CFapw=";
 
   nativeBuildInputs = [ installShellFiles nasm ];