From 32e71f7f2ab029132d528ec56d9ed00696e3733d Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 12 Dec 2022 16:59:49 -0500 Subject: [PATCH] sic-image-cli: 0.20.0 -> 0.20.1 Diff: https://github.com/foresterre/sic/compare/v0.20.0...v0.20.1 Changelog: https://github.com/foresterre/sic/blob/v0.20.1/CHANGELOG.md --- pkgs/tools/graphics/sic-image-cli/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/tools/graphics/sic-image-cli/default.nix b/pkgs/tools/graphics/sic-image-cli/default.nix index 1f7785aa9734..f9667719c803 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.0"; + version = "0.20.1"; src = fetchFromGitHub { owner = "foresterre"; repo = "sic"; rev = "v${version}"; - sha256 = "sha256-KoDX/d457dTHsmz8VTPhfF2MiB5vZzLFKG46/L351SQ="; + sha256 = "sha256-VSBOmE5xdAS15z/KgQ54KfxM2/plEKtpmjOB+T9kLt4="; }; - cargoSha256 = "sha256-sKEZhJivLbos0KLzPCEnGgTCgbyWSIOvHMhoC1IaJRo="; + cargoSha256 = "sha256-hkK22c7Z/Wj8ebQkjcdK7H6dms6MI9Sm9yrpqfCCxGA="; nativeBuildInputs = [ installShellFiles nasm ]; @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { meta = with lib; { description = "Accessible image processing and conversion from the terminal"; - homepage = "https://github.com/foresterre/sic-image-cli"; + homepage = "https://github.com/foresterre/sic"; changelog = "https://github.com/foresterre/sic/blob/v${version}/CHANGELOG.md"; license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ figsoda ];