mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Update ucommon to 6.0.5.
The hope that newer means better.
This commit is contained in:
parent
c77f6a0c2f
commit
d3e7649eee
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ fetchurl, stdenv, gnutls, pkgconfig, zlib, libgcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ucommon-5.2.2";
|
||||
name = "ucommon-6.0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/commoncpp/ucommon-5.2.2.tar.gz;
|
||||
sha256 = "1s9r7yhvqnj57aiw7sklp2p6llfzn1jxvc3hwhpli5zq3r6kypwx";
|
||||
url = mirror://gnu/commoncpp/ucommon-6.0.5.tar.gz;
|
||||
sha256 = "0w5nl2a2l630n4kvfaz22by1s92ybd87g0q1zpcmsl8i5d00789l";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig gnutls zlib ];
|
||||
|
|
Loading…
Reference in a new issue