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

Merge pull request #332901 from r-ryantm/auto-update/opam-publish

opam-publish: 2.3.1 -> 2.4.0
parents 2c79576c dae2c2ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ in

buildDunePackage rec {
  pname = "opam-publish";
  version = "2.3.1";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "ocaml-opam";
    repo = pname;
    rev = version;
    hash = "sha256-ll6G9L7zAw53R7FxvZDBL300b+YElzpBygbiIWB3FUU=";
    hash = "sha256-7TIBLHpLVzI8Ex01wiQqVPllMZuiiUQsbuGtsNmrW3Q=";
  };

  buildInputs = [