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

repro-env: 0.4.3 -> 0.4.4 (#513558)

parents f202eaa8 e6979ac9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "repro-env";
  version = "0.4.3";
  version = "0.4.4";

  src = fetchFromGitHub {
    owner = "kpcyrd";
    repo = "repro-env";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ViOUS7prwLl2C2BOlwqshFks+q+xeiAD4ONdKUcDgWU=";
    hash = "sha256-d1PGEKEUSzCnXNhu/qkzl4uHnhRFULUP7aRbIsRFWn8=";
  };

  cargoHash = "sha256-0ljIt84CqcdC01YXU6J7RlvkN/nlU6Thige8TricFus=";
  cargoHash = "sha256-HaI5oE8WVnM1h6rVaVl2qGvTndhD5cKg+Dwf707I9DA=";

  doInstallCheck = true;
  nativeInstallCheckInputs = [ versionCheckHook ];