czkawka: add meta.changelog, use hash

This commit is contained in:
0x4A6F 2023-02-20 15:46:17 +01:00
parent 2167e43ab8
commit 859212e303
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -23,10 +23,10 @@ rustPlatform.buildRustPackage rec {
owner = "qarmin";
repo = "czkawka";
rev = version;
sha256 = "sha256-3nHsdCndZx7TIbRXhuGdQx8fh8Ff7gYBQyNXIkJ2zPc=";
hash = "sha256-3nHsdCndZx7TIbRXhuGdQx8fh8Ff7gYBQyNXIkJ2zPc=";
};
cargoSha256 = "sha256-jBl7+ElK+SEe92qygTocd6R1sgdHf+RpTVJZymhf3mQ=";
cargoHash = "sha256-jBl7+ElK+SEe92qygTocd6R1sgdHf+RpTVJZymhf3mQ=";
nativeBuildInputs = [
pkg-config
@ -59,6 +59,7 @@ rustPlatform.buildRustPackage rec {
};
meta = with lib; {
changelog = "https://github.com/qarmin/czkawka/raw/${version}/Changelog.md";
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 ];