Unverified Commit aff1f89a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #224429 from figsoda/halp

halp: 0.1.4 -> 0.1.5
parents df3c8300 7e8c4c21
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "halp";
  version = "0.1.4";
  version = "0.1.5";

  src = fetchFromGitHub {
    owner = "orhun";
    repo = "halp";
    rev = "v${version}";
    hash = "sha256-ZlatBdMFLbw3+lApc68IG4xnFKQgCxRPX2n1oQtPrmw=";
    hash = "sha256-Iowo3IBYnLCLnILIBithJejqDkzszCEgufcOcv2pVHI=";
  };

  cargoHash = "sha256-rGqqa2olnIm2bGkltM6cHceM4HJDRFIUmOrl2hLOSiI=";
  cargoHash = "sha256-YWMcY8tc/XAm7tMxGD+TyowTisDlcdVI/GXMDR7m/kQ=";

  patches = [
    # patch tests to point to the correct target directory