komac: 2.12.0 -> 2.12.1 (#421347)

Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-01 17:47:51 +00:00 committed by GitHub
commit bd3e9934e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,17 +16,17 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "komac"; pname = "komac";
version = "2.12.0"; version = "2.12.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "russellbanks"; owner = "russellbanks";
repo = "Komac"; repo = "Komac";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-G1oZQ4TgkmBlAfV1aLkA4qvZcBK4K8tvCxaTwPqi16M="; hash = "sha256-F6Vb6X1JbB7I1oOkrtLBVUdi2nqPIhiQIlqUEfPIgsc=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-3o53CJpgCBwjS8IkEHaOIBth6HlKJ0IJYh8qyL5wd1A="; cargoHash = "sha256-FMxt98wbes1PWqeOE95epK4uwOEgLU3zvCu1cyDPxGA=";
nativeBuildInputs = nativeBuildInputs =
[ [