mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Update ucommon to 6.0.5.
The hope that newer means better.
This commit is contained in:
parent
c77f6a0c2f
commit
d3e7649eee
@ -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.2.2";
|
name = "ucommon-6.0.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://gnu/commoncpp/ucommon-5.2.2.tar.gz;
|
url = mirror://gnu/commoncpp/ucommon-6.0.5.tar.gz;
|
||||||
sha256 = "1s9r7yhvqnj57aiw7sklp2p6llfzn1jxvc3hwhpli5zq3r6kypwx";
|
sha256 = "0w5nl2a2l630n4kvfaz22by1s92ybd87g0q1zpcmsl8i5d00789l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig gnutls zlib ];
|
buildInputs = [ pkgconfig gnutls zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user