Unverified Commit c5ad23dc authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

opam-publish: 2.5.0 -> 2.5.1 (#399924)

parents afff98c0 71489307
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ in

buildDunePackage rec {
  pname = "opam-publish";
  version = "2.5.0";
  version = "2.5.1";

  src = fetchFromGitHub {
    owner = "ocaml-opam";
    repo = "opam-publish";
    rev = version;
    hash = "sha256-HjMba80c4vOEm9p7r0cfFBf3y0XoFf986XjTDCPzn38=";
    hash = "sha256-clTEm2DGxcNsv+Y1wwWwnM/lrRJDQBHsncwrdqVWA5U=";
  };

  buildInputs = [