From 95df38a27d2a7dd478b6e8a77170fb49ea762008 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 27 Mar 2022 17:52:41 +0200 Subject: [PATCH] ocamlPackages.uutf: fix source tarball URL Broken by refactor in https://github.com/NixOS/nixpkgs/pull/165126 --- pkgs/development/ocaml-modules/uutf/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/uutf/default.nix b/pkgs/development/ocaml-modules/uutf/default.nix index 660be0f74736..531f811cc431 100644 --- a/pkgs/development/ocaml-modules/uutf/default.nix +++ b/pkgs/development/ocaml-modules/uutf/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { version = "1.0.3"; src = fetchurl { - url = "https://erratique.ch/software/${pname}/releases/${pname}${version}.tbz"; + url = "https://erratique.ch/software/${pname}/releases/${pname}-${version}.tbz"; sha256 = "sha256-h3KlYT0ecCmM4U3zMkGjaF8h5O9r20zwP+mF+x7KBWg="; };