about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-18 07:36:37 -0400
committerfigsoda <figsoda@pm.me>2023-05-18 07:36:37 -0400
commit858533dd4ce98b64fb63a641660e202a8224123d (patch)
treeff63cc709efee3a620f9c8626c4abfe339a92b05
parentcc8c9f21bb4b89776b357475d6bc813bf17d09a8 (diff)
sic-image-cli: 0.22.2 -> 0.22.3
Diff: https://github.com/foresterre/sic/compare/v0.22.2...v0.22.3

Changelog: https://github.com/foresterre/sic/blob/v0.22.3/CHANGELOG.md
-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 b9f79de49eb69..ee6963a9b7c0b 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.22.2";
+  version = "0.22.3";
 
   src = fetchFromGitHub {
     owner = "foresterre";
     repo = "sic";
     rev = "v${version}";
-    sha256 = "sha256-Ph1pAJJmkkeMbWe3DtxAdvp7bshQIbgmqCI4uf84ZGw=";
+    sha256 = "sha256-gTKStoQakquJqBv4OLWC4/1FtV+Cvw0nN+dY6AH8TNw=";
   };
 
-  cargoSha256 = "sha256-FzbGOakAZPui7XObdwLDOfYrgleuePUDSUFPGBRkQKQ=";
+  cargoSha256 = "sha256-xYPSI0/I67vmMPRmJOlbDJ9gTdhViQmeo3XWGhWR91Y=";
 
   nativeBuildInputs = [ installShellFiles nasm ];