Skip to content

Commit ba25db7

Browse files
authored
komac: 2.10.0 -> 2.10.1 (#380120)
2 parents 3ca27af + 63ed345 commit ba25db7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ko/komac/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
}:
1818

1919
let
20-
version = "2.10.0";
20+
version = "2.10.1";
2121
src = fetchFromGitHub {
2222
owner = "russellbanks";
2323
repo = "Komac";
2424
tag = "v${version}";
25-
hash = "sha256-qlaNJ9pgQe1gjPW4gjEJys/SqgKzpO3H8SenowsUi4o=";
25+
hash = "sha256-oqnFenSFWCe3vax5mqstvNNTFWOecLOkuhJzaxv78yE=";
2626
};
2727
in
2828
rustPlatform.buildRustPackage {
@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage {
3131
pname = "komac";
3232

3333
useFetchCargoVendor = true;
34-
cargoHash = "sha256-sTYR8e6RX/kXZDlRA1uMvJGpg9amDj2oEjbGEE9wh60=";
34+
cargoHash = "sha256-g7R4Vk6bFaJ5TA4IdeXRiFzZOcj1T4JY3HsOt+Zx2mU=";
3535

3636
nativeBuildInputs =
3737
[

0 commit comments

Comments
 (0)