komac: 2.10.0 -> 2.10.1

This commit is contained in:
Heitor Augusto
2025-02-07 12:54:18 -03:00
parent 40589f96c2
commit 63ed3456a3
+3 -3
View File
@@ -17,12 +17,12 @@
}:
let
version = "2.10.0";
version = "2.10.1";
src = fetchFromGitHub {
owner = "russellbanks";
repo = "Komac";
tag = "v${version}";
hash = "sha256-qlaNJ9pgQe1gjPW4gjEJys/SqgKzpO3H8SenowsUi4o=";
hash = "sha256-oqnFenSFWCe3vax5mqstvNNTFWOecLOkuhJzaxv78yE=";
};
in
rustPlatform.buildRustPackage {
@@ -31,7 +31,7 @@ rustPlatform.buildRustPackage {
pname = "komac";
useFetchCargoVendor = true;
cargoHash = "sha256-sTYR8e6RX/kXZDlRA1uMvJGpg9amDj2oEjbGEE9wh60=";
cargoHash = "sha256-g7R4Vk6bFaJ5TA4IdeXRiFzZOcj1T4JY3HsOt+Zx2mU=";
nativeBuildInputs =
[