summaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/carton/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/carton/default.nix')
-rw-r--r--pkgs/development/ocaml-modules/carton/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/carton/default.nix b/pkgs/development/ocaml-modules/carton/default.nix
index 31b864e29d32..c10537d5d506 100644
--- a/pkgs/development/ocaml-modules/carton/default.nix
+++ b/pkgs/development/ocaml-modules/carton/default.nix
@@ -7,19 +7,19 @@
buildDunePackage rec {
pname = "carton";
- version = "0.4.0";
+ version = "0.4.1";
useDune2 = true;
minimumOCamlVersion = "4.08";
src = fetchurl {
url = "https://github.com/mirage/ocaml-git/releases/download/${pname}-v${version}/${pname}-${pname}-v${version}.tbz";
- sha256 = "777f9692b83cd63570c17527a32c5045818ab9242d923cbbde72fc23d0da0140";
+ sha256 = "d16aad5560d9ab1e3b4d93d2e8fdea638c216ff47338fb630a8aefd22b452665";
};
# remove changelogs for mimic and the git* packages
postPatch = ''
- rm CHANGES.md CHANGES.mimic.md
+ rm CHANGES.md
'';
buildInputs = [