mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
ocamlPackages.uucp: 15.1.0 → 16.0.0
This commit is contained in:
parent
087475f93b
commit
3ce5a9d994
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
pname = "uucp";
|
||||
version = "15.1.0";
|
||||
version = "16.0.0";
|
||||
webpage = "https://erratique.ch/software/${pname}";
|
||||
minimalOCamlVersion = "4.03";
|
||||
doCheck = true;
|
||||
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "${webpage}/releases/${pname}-${version}.tbz";
|
||||
hash = "sha256-qR5LiAZHt4oD3ak0x17GqbYXNaJmJxFk/WGoxT+yWYc=";
|
||||
hash = "sha256-5//UGI4u3OROYdxtwz9K2vCTzYiN16mOyEFhUQWtgEQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ ocaml findlib ocamlbuild topkg ];
|
||||
|
Loading…
Reference in New Issue
Block a user