oxker: 0.10.5 -> 0.11.1 (#438864)

This commit is contained in:
Yohann Boniface
2025-09-01 13:46:10 +02:00
committed by GitHub
+3 -3
View File
@@ -7,14 +7,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "oxker";
version = "0.10.5";
version = "0.11.1";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-PRV++3s25xqrfVQ8stXBfc8fpAEzFNNeyJI2MrYbWy8=";
hash = "sha256-YJe1WiKlvExrcpB8LZSLzrLcMaw84oL4OoHSRo+lqRo=";
};
cargoHash = "sha256-V72uikTto8M9BM0qQINHQ4HGFhXIf+JvzArhM/wg1wc=";
cargoHash = "sha256-V/9s5T+Ofkt22hmjxxFtgkDBdwfeyFUr98xXChrFKwM=";
passthru.updateScript = nix-update-script { };