Merge pull request #329594 from getchoo/pkgs/resources/1.5.1

resources: 1.5.0 -> 1.5.1
This commit is contained in:
Jörg Thalheim 2024-07-25 07:50:51 +02:00 committed by GitHub
commit 289eafaaf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,23 +15,24 @@
, libadwaita
, dmidecode
, util-linux
, nix-update-script
}:
stdenv.mkDerivation (finalAttrs: {
pname = "resources";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "nokyan";
repo = "resources";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-Xj8c8ZVhlS2h4ZygeCOaT1XHEbgTSkseinofP9X+5qY=";
hash = "sha256-uzZCczayJ5C0TZznA2wjGNYF3nB6fh/rrBKvv9s3J5g=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "resources-${finalAttrs.version}";
hash = "sha256-PZ91xSiWt9rMnSy8KZOmWbUL5Y0Nf3Kk577ZwkdnHwg=";
hash = "sha256-a0VdSNy8E7qen+6yFXuQBmYnDD/DMUgrZqJK6BJja60=";
};
nativeBuildInputs = [
@ -65,6 +66,10 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonOption "profile" "default")
];
passthru = {
updateScript = nix-update-script { };
};
meta = {
changelog = "https://github.com/nokyan/resources/releases/tag/${finalAttrs.version}";
description = "Monitor your system resources and processes";