Skip to content

Commit

Permalink
kmon: 1.7.0 -> 1.7.1 (NixOS#367809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Dec 24, 2024
2 parents 38c9288 + a3fd2b4 commit 6918669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/km/kmon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

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

src = fetchFromGitHub {
owner = "orhun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+pzVSCmK4Ex0CA94PtP2A+tW4p88THQlkhEhdOA4jdg=";
sha256 = "sha256-DzbbeVZifuxgmIu3yNv6EI7Jyh8MA0/oSaR5IEPNUN8=";
};

cargoHash = "sha256-s7/WuV4tTA06yRcvJMrEFXcemy/9ia5ZVRS5LDj/oXY=";
cargoHash = "sha256-ykY0QGK3fUqzxgX8HNmi6J50kM+iTRj3SS7p4mNEOBg=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 6918669

Please sign in to comment.