komac: 2.6.0 -> 2.8.0

Diff: https://github.com/russellbanks/Komac/compare/v2.6.0...v2.8.0
This commit is contained in:
Kenichi Kamiya
2024-12-24 02:03:40 +09:00
parent 5841ea7ffe
commit 2ad214772b
+3 -3
View File
@@ -16,12 +16,12 @@
}:
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 {
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage {
pname = "komac";
cargoHash = "sha256-kb18phtY5rRNUw0ZaZu2tipAaOURSy+2duf/+cOj5Y8=";
cargoHash = "sha256-wgOZoKsbYkbbCKS+2pfqgsHD5Azw72gPJXHhfw5mNqo=";
nativeBuildInputs =
[