Skip to content

Commit

Permalink
resources: 1.7.0 -> 1.7.1 (#363218)
Browse files Browse the repository at this point in the history
* resources: 1.7.0 -> 1.7.1

* resources: fix changelog link

---------

Co-authored-by: Aleksana <[email protected]>
(cherry picked from commit 115709c)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jan 15, 2025
1 parent fef51de commit 05bd7b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/re/resources/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@

stdenv.mkDerivation (finalAttrs: {
pname = "resources";
version = "1.7.0";
version = "1.7.1";

src = fetchFromGitHub {
owner = "nokyan";
repo = "resources";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-mnOpWVJTNGNdGd6fMIZl3AOF4NbtMm1XS8QFqfAF/18=";
hash = "sha256-SHawaH09+mDovFiznZ+ZkUgUbv5tQGcXBgUGrdetOcA=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "resources-${finalAttrs.version}";
hash = "sha256-vIqtKJxKQ/mHFcB6IxfX27Lk2ID/W+M4hQnPB/aExa4=";
hash = "sha256-tUD+gx9nQiGWKKRPcR7OHbPvU2j1dQjYck7FF9vYqSQ=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
};

meta = {
changelog = "https://github.com/nokyan/resources/releases/tag/${finalAttrs.version}";
changelog = "https://github.com/nokyan/resources/releases/tag/v${finalAttrs.version}";
description = "Monitor your system resources and processes";
homepage = "https://github.com/nokyan/resources";
license = lib.licenses.gpl3Only;
Expand Down

0 comments on commit 05bd7b2

Please sign in to comment.