mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
GNU Common C++ 5.1.2.
svn path=/nixpkgs/trunk/; revision=31669
This commit is contained in:
parent
649168b846
commit
8aaa52d532
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, gnutls, pkgconfig, zlib, libgcrypt }:
|
{ fetchurl, stdenv, gnutls, pkgconfig, zlib, libgcrypt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ucommon-5.0.7";
|
name = "ucommon-5.1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/commoncpp/ucommon-5.0.7.tar.gz;
|
url = mirror://gnu/commoncpp/ucommon-5.1.2.tar.gz;
|
||||||
sha256 = "0zr4zjwb62dpq7aa88vclhv2y8j7glkq693kwmb8agfx0fv8nkny";
|
sha256 = "1a6wfvrqpkk4w3l33jx5bdj38ljlyr92041aakvwmajpkczjf2q3";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gnutls zlib ];
|
buildInputs = [ pkgconfig gnutls zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user