Skip to content

Commit

Permalink
Merge pull request #303612 from r-ryantm/auto-update/kmon
Browse files Browse the repository at this point in the history
kmon: 1.6.4 -> 1.6.5
  • Loading branch information
matthiasbeyer authored Apr 12, 2024
2 parents a945f3f + 57386bc commit 5093b19
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 @@ -2,16 +2,16 @@

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

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

cargoSha256 = "sha256-yxpM4aUPVfaMuYwj50C/Uwh/diraJLON1mNjuYJR6Ck=";
cargoHash = "sha256-9xRlm5pWWRRPq6MMwiMADmm8Bg2FqKNSfv7tm1ONiiQ=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 5093b19

Please sign in to comment.