From 7c4a55dab9498249de95a93cf030ab406cbef77f Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 19 Jan 2023 12:06:40 -0500 Subject: sic-image-cli: 0.20.1 -> 0.21.0 Diff: https://github.com/foresterre/sic/compare/v0.20.1...v0.21.0 Changelog: https://github.com/foresterre/sic/blob/v0.21.0/CHANGELOG.md --- pkgs/tools/graphics/sic-image-cli/default.nix | 6 +++--- 1 file 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 f9667719c803..a16ff4df17b8 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.20.1"; + version = "0.21.0"; src = fetchFromGitHub { owner = "foresterre"; repo = "sic"; rev = "v${version}"; - sha256 = "sha256-VSBOmE5xdAS15z/KgQ54KfxM2/plEKtpmjOB+T9kLt4="; + sha256 = "sha256-mXBiEicybtMilqXxPg8JDN0vPWT2KOFvyV+Ffo5AvlI="; }; - cargoSha256 = "sha256-hkK22c7Z/Wj8ebQkjcdK7H6dms6MI9Sm9yrpqfCCxGA="; + cargoSha256 = "sha256-XuQnh+hww7/6htrYwZAF0Jl7+7lXUCDRT5/e5YwVEIo="; nativeBuildInputs = [ installShellFiles nasm ]; -- cgit v1.2.3