Skip to content

Commit

Permalink
komac: 2.6.0 -> 2.8.0 (NixOS#367710)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp authored Dec 26, 2024
2 parents 8fc9b12 + 2ad2147 commit b7ac82e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ko/komac/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
}:

let
version = "2.6.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "russellbanks";
repo = "Komac";
rev = "refs/tags/v${version}";
hash = "sha256-YFaa2kU42NlhRivBEPV1mSr3j95P4NFwUKM0Xx8tpfg=";
hash = "sha256-yAf89GtKu500VPn+CKF6sGC+TPhJcGz2lR7C30/YBRI=";
};
in
rustPlatform.buildRustPackage {
inherit version src;

pname = "komac";

cargoHash = "sha256-kb18phtY5rRNUw0ZaZu2tipAaOURSy+2duf/+cOj5Y8=";
cargoHash = "sha256-wgOZoKsbYkbbCKS+2pfqgsHD5Azw72gPJXHhfw5mNqo=";

nativeBuildInputs =
[
Expand Down

0 comments on commit b7ac82e

Please sign in to comment.