czkawka: 0.3.2 -> 0.3.3 (#146757)

* czkawka: add myself as maintainer

* czkawka: 3.2.0 -> 3.3.0

* czkawka: add testVersion
main
0x4A6F 3 years ago committed by GitHub
parent 7464e88b0d
commit 255c284924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      pkgs/tools/misc/czkawka/default.nix

@ -8,20 +8,22 @@
, gdk-pixbuf
, atk
, gtk3
, testVersion
, czkawka
}:
rustPlatform.buildRustPackage rec {
pname = "czkawka";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "qarmin";
repo = pname;
repo = "czkawka";
rev = version;
sha256 = "sha256-OBe6nk5C3kO5Lkas9+G+VY3xAzY7SWx8W5CkSbaYJ9Y=";
sha256 = "0mikgnsqxj8dgapr2k7i9i8mmsza15kp4nasyd6l1vp2cqy8aki6";
};
cargoSha256 = "sha256-Jghkf1mX5ic7zB2KmtOZbSxgF8C6KjRdGG1Yt+dzylI=";
cargoSha256 = "009zfy4lk8y51h1wi71mrjp6kc7xnk3r8jlbxvhyqslhqd9w10fv";
nativeBuildInputs = [
pkg-config
@ -36,10 +38,15 @@ rustPlatform.buildRustPackage rec {
gtk3
];
passthru.tests.version = testVersion {
package = czkawka;
command = "czkawka_cli --version";
};
meta = with lib; {
description = "A simple, fast and easy to use app to remove unnecessary files from your computer";
homepage = "https://github.com/qarmin/czkawka";
license = with licenses; [ mit ];
maintainers = with maintainers; [ yanganto ];
maintainers = with maintainers; [ yanganto _0x4A6F ];
};
}

Loading…
Cancel
Save