about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-05-16 21:40:17 +0200
committerGitHub <noreply@github.com>2024-05-16 21:40:17 +0200
commit3c89f38eca28c5c123c2822f60b9d82a0f059300 (patch)
tree960c07227eef9517bfffc62c7e4b91b779a8daa5
parentf009be0c5357cdcfae38eaf3152523a782fc6c2f (diff)
parent1da9eef0899d655e894f2d154c65e5c84214670c (diff)
Merge pull request #312000 from r-ryantm/auto-update/ocamlPackages.arp
ocamlPackages.arp: 3.1.0 -> 3.1.1
-rw-r--r--pkgs/development/ocaml-modules/arp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/arp/default.nix b/pkgs/development/ocaml-modules/arp/default.nix
index c2109b49af1ba..a4facc6cddfcd 100644
--- a/pkgs/development/ocaml-modules/arp/default.nix
+++ b/pkgs/development/ocaml-modules/arp/default.nix
@@ -22,11 +22,11 @@
 
 buildDunePackage rec {
   pname = "arp";
-  version = "3.1.0";
+  version = "3.1.1";
 
   src = fetchurl {
     url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-${version}.tbz";
-    hash = "sha256-g/aEhpufQcyS/vCtKk0Z1sYaYNRmQFaZ9rTp9F4nq54=";
+    hash = "sha256-6jPFiene6jAPtivCugtVfP3+6k9A5gBoWzpoxoaPBvE=";
   };
 
   minimalOCamlVersion = "4.08";