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 250397c + 5bacb03 commit bd3e993Copy full SHA for bd3e993
pkgs/by-name/ko/komac/package.nix
@@ -16,17 +16,17 @@
16
}:
17
rustPlatform.buildRustPackage (finalAttrs: {
18
pname = "komac";
19
- version = "2.12.0";
+ version = "2.12.1";
20
21
src = fetchFromGitHub {
22
owner = "russellbanks";
23
repo = "Komac";
24
tag = "v${finalAttrs.version}";
25
- hash = "sha256-G1oZQ4TgkmBlAfV1aLkA4qvZcBK4K8tvCxaTwPqi16M=";
+ hash = "sha256-F6Vb6X1JbB7I1oOkrtLBVUdi2nqPIhiQIlqUEfPIgsc=";
26
};
27
28
useFetchCargoVendor = true;
29
- cargoHash = "sha256-3o53CJpgCBwjS8IkEHaOIBth6HlKJ0IJYh8qyL5wd1A=";
+ cargoHash = "sha256-FMxt98wbes1PWqeOE95epK4uwOEgLU3zvCu1cyDPxGA=";
30
31
nativeBuildInputs =
32
[
0 commit comments