genemichaels: 0.9.5 -> 0.9.6 (#503581)

This commit is contained in:
Nick Cao
2026-03-26 19:16:13 +00:00
committed by GitHub
+3 -3
View File
@@ -7,14 +7,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "genemichaels";
version = "0.9.5";
version = "0.9.6";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-KaGG2amPk/+fL7xLAfZw4SmCzXc+hS/9IkBG7G6sngI=";
hash = "sha256-H/IqREaLvfKQZGOioIJ7t3GdNzTTiE3fYlMOaxXASr4=";
};
cargoHash = "sha256-RkGKzE/EKA1VUkVTTMdMKhtUrs3kmy4uDAHq2hJs5yk=";
cargoHash = "sha256-16axK0kQnkr99x13OvAqhCQz7hT1rRMZIRW4MgNOo40=";
passthru.updateScript = nix-update-script { };