Merge pull request #205845 from figsoda/sic

sic-image-cli: 0.20.0 -> 0.20.1
This commit is contained in:
figsoda 2022-12-13 17:39:59 -05:00 committed by GitHub
commit 80160e530d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];