laze: 0.1.35 -> 0.1.36 (#411992)

Co-authored-by: DanNixon <dan@dan-nixon.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-29 10:19:05 +00:00
committed by GitHub
co-authored by DanNixon
+3 -3
View File
@@ -13,17 +13,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "laze";
version = "0.1.35";
version = "0.1.36";
src = fetchFromGitHub {
owner = "kaspar030";
repo = "laze";
tag = finalAttrs.version;
hash = "sha256-/ACHYaAR9xtC7r5+bn1mXGr1eM3kV0L68+YMRIgxAsI=";
hash = "sha256-516VJ6yzQOn8a1ufpxbJ8lCHcs09PVzPmXyWU7F+REk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-xiJz+JEF5feytwYgml+mfrarmLPntKbxCAQQvBnwAkI=";
cargoHash = "sha256-vLlkgF8vfL4RbFH7S3pQaAgHs08glHJaIkFIBYLoAWE=";
passthru.updateScript = nix-update-script { };