Skip to content

Commit

Permalink
Merge pull request NixOS#133983 from r-ryantm/auto-update/kmon
Browse files Browse the repository at this point in the history
kmon: 1.5.4 -> 1.5.5
  • Loading branch information
Artturin committed Aug 17, 2021
2 parents 2b75e59 + 29e132b commit fc61bac
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.5.4";
version = "1.5.5";

src = fetchFromGitHub {
owner = "orhun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zbTS4nGb2jDYGhNYxoPaVv9kAc51CQOi9qiHiSLjAjo=";
sha256 = "sha256-x4P9p2zXthGtokfKcWR/xaX/E7a9mEuQiK6cjFw4nS8=";
};

cargoSha256 = "sha256-ujVlOShZOuaV3B1ydggVJXLNMQHoTZC0dJaw+/ajVFg=";
cargoSha256 = "sha256-ZAHp7eR2pu+xEP9NZOLoczEF8QSFA5Z/8bKsCYqk4Ww=";

nativeBuildInputs = [ python3 ];

Expand Down

0 comments on commit fc61bac

Please sign in to comment.