Skip to content

Commit 4182d18

Browse files
committed
ocamlPackages.dune-release: 2.0.0 → 2.1.0
1 parent ffa0bb0 commit 4182d18

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

pkgs/development/tools/ocaml/dune-release/default.nix

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
buildDunePackage,
44
fetchurl,
55
makeWrapper,
6-
fetchpatch,
76
curly,
87
fmt,
98
bos,
@@ -43,24 +42,13 @@ let
4342
in
4443
buildDunePackage rec {
4544
pname = "dune-release";
46-
version = "2.0.0";
47-
duneVersion = "3";
48-
49-
minimalOCamlVersion = "4.06";
45+
version = "2.1.0";
5046

5147
src = fetchurl {
5248
url = "https://github.com/ocamllabs/${pname}/releases/download/${version}/${pname}-${version}.tbz";
53-
hash = "sha256-u8TgaoeDaDLenu3s1Km/Kh85WHMtvUy7C7Q+OY588Ss=";
49+
hash = "sha256-bhDf/zb6mnSB53ibb1yb8Yf1TTmVEu8rb8KUnJieCnY=";
5450
};
5551

56-
patches = [
57-
# Update tests for dune 3.14 https://github.com/tarides/dune-release/pull/486
58-
(fetchpatch {
59-
url = "https://github.com/tarides/dune-release/commit/fd0e11cb6d9db2acd772f5cadfb94c72bbcf67a8.patch";
60-
hash = "sha256-At24bduds6UwGKGs8cqOn1qaZKElP9TPMSNPimMd1zQ=";
61-
})
62-
];
63-
6452
nativeBuildInputs = [ makeWrapper ] ++ runtimeInputs;
6553
buildInputs = [
6654
curly

0 commit comments

Comments
 (0)