Skip to content

Commit

Permalink
kmon: 1.6.5 -> 1.7.0
Browse files Browse the repository at this point in the history
(cherry picked from commit a16ff38)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 13, 2024
1 parent e84c1eb commit d552702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/kmon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "kmon";
version = "1.6.5";
version = "1.7.0";

src = fetchFromGitHub {
owner = "orhun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-1OsQT3RMNLQMjr4aA2u5knp/HhOUOJ/oZYHG/+cTQFQ=";
sha256 = "sha256-+pzVSCmK4Ex0CA94PtP2A+tW4p88THQlkhEhdOA4jdg=";
};

cargoHash = "sha256-9xRlm5pWWRRPq6MMwiMADmm8Bg2FqKNSfv7tm1ONiiQ=";
cargoHash = "sha256-s7/WuV4tTA06yRcvJMrEFXcemy/9ia5ZVRS5LDj/oXY=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit d552702

Please sign in to comment.