opam-publish: 2.4.0 -> 2.5.0 (#362082)

This commit is contained in:
Wolfgang Walther
2024-12-22 18:01:40 +01:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@ in
buildDunePackage rec {
pname = "opam-publish";
version = "2.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "ocaml-opam";
repo = pname;
rev = version;
hash = "sha256-7TIBLHpLVzI8Ex01wiQqVPllMZuiiUQsbuGtsNmrW3Q=";
hash = "sha256-HjMba80c4vOEm9p7r0cfFBf3y0XoFf986XjTDCPzn38=";
};
buildInputs = [