Unverified Commit 823c642e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

oxker: 0.10.5 -> 0.11.1 (#438864)

parents baee34e6 7aeeaa4f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 { };