ocamlPackages.ocurl: 0.8.1 -> 0.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ocurl/versions
This commit is contained in:
parent
ffbb4d26f9
commit
fe3ac41368
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, pkgconfig, ocaml, findlib, fetchurl, curl, ncurses }:
|
{ stdenv, pkgconfig, ocaml, findlib, fetchurl, curl, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocurl-0.8.1";
|
name = "ocurl-0.8.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ygrek.org.ua/p/release/ocurl/${name}.tar.gz";
|
url = "http://ygrek.org.ua/p/release/ocurl/${name}.tar.gz";
|
||||||
sha256 = "08ldzbx1k3mbjc01fmzsn86ll4paf331bcjss6iig6y6hgc9q3ry";
|
sha256 = "1ax3xdlzgb1zg7d0wr9nwgmh6a45a764m0wk8p6mx07ad94hz0q9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ocaml findlib ncurses ];
|
buildInputs = [ pkgconfig ocaml findlib ncurses ];
|
||||||
|
Loading…
Reference in New Issue
Block a user