about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-10-27 12:38:06 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-10-27 12:38:06 +0200
commit552b01f4ee5aa6b1f1fc81bb2abd1be38b03042f (patch)
treea925bdf1570eb36f4d802c64acc4b87e17d27bec /pkgs/tools
parent79f12941374298713c2b1c4c1b950d7bc5811157 (diff)
kmon: 1.6.3 -> 1.6.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/kmon/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/kmon/default.nix b/pkgs/tools/system/kmon/default.nix
index cb5815892cab0..4b9b2d0099325 100644
--- a/pkgs/tools/system/kmon/default.nix
+++ b/pkgs/tools/system/kmon/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "kmon";
-  version = "1.6.3";
+  version = "1.6.4";
 
   src = fetchFromGitHub {
     owner = "orhun";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-lB6vJqb6/Qwj3odCJzyQ0+xEl5V/ZPj9cAJGNfiYAOY=";
+    sha256 = "sha256-61HLWSGACnonjp/n14sVo8DdVOUbOpIQHpPL0PmKmpI=";
   };
 
-  cargoSha256 = "sha256-Ff5vGc90VxmyKQSsjUfoI1NL95DmD1SJx3eC1SP6rt4=";
+  cargoSha256 = "sha256-yxpM4aUPVfaMuYwj50C/Uwh/diraJLON1mNjuYJR6Ck=";
 
   nativeBuildInputs = [ installShellFiles ];