about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2024-06-19 10:15:04 +0300
committerVincent Laporte <vbgl@users.noreply.github.com>2024-06-19 22:27:19 +0200
commit5fa4d405272ea98dab145f0c9f7ea1dbb9c87c31 (patch)
tree234e80c5c4cc04b0e657a1ecdd132aa15278f3f4
parentde4fa967d9ce1535980cc9cae43db0766037201b (diff)
ocamlPackages.uri: set correct src hash
Ref #310112
-rw-r--r--pkgs/development/ocaml-modules/uri/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/uri/default.nix b/pkgs/development/ocaml-modules/uri/default.nix
index a5c89c76db27a..f8e8efdaae678 100644
--- a/pkgs/development/ocaml-modules/uri/default.nix
+++ b/pkgs/development/ocaml-modules/uri/default.nix
@@ -11,7 +11,7 @@ buildDunePackage rec {
 
   src = fetchurl {
     url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz";
-    sha256 = "0szifda6yism5vn5jdizkha3ad0xk6zw4xgfl8g77dnv83ci7h65";
+    sha256 = "cdabaf6ef5cd2161e59cc7b74c6e4a68ecb80a9f4e96002e338e1b6bf17adec4";
   };
 
   checkInputs = [ ounit ];