We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ca27af + 63ed345 commit ba25db7Copy full SHA for ba25db7
pkgs/by-name/ko/komac/package.nix
@@ -17,12 +17,12 @@
17
}:
18
19
let
20
- version = "2.10.0";
+ version = "2.10.1";
21
src = fetchFromGitHub {
22
owner = "russellbanks";
23
repo = "Komac";
24
tag = "v${version}";
25
- hash = "sha256-qlaNJ9pgQe1gjPW4gjEJys/SqgKzpO3H8SenowsUi4o=";
+ hash = "sha256-oqnFenSFWCe3vax5mqstvNNTFWOecLOkuhJzaxv78yE=";
26
};
27
in
28
rustPlatform.buildRustPackage {
@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage {
31
pname = "komac";
32
33
useFetchCargoVendor = true;
34
- cargoHash = "sha256-sTYR8e6RX/kXZDlRA1uMvJGpg9amDj2oEjbGEE9wh60=";
+ cargoHash = "sha256-g7R4Vk6bFaJ5TA4IdeXRiFzZOcj1T4JY3HsOt+Zx2mU=";
35
36
nativeBuildInputs =
37
[
0 commit comments