Skip to content

Commit

Permalink
[Backport release-24.11] kmon: 1.7.0 -> 1.7.1 (#367912)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 26, 2024
2 parents 7ac4af8 + a06ac80 commit e766f73
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 e766f73

Please sign in to comment.