gnutls: 3.4.15 -> 3.4.16
This commit is contained in:
parent
70a7005fb1
commit
cfbcc0805e
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ callPackage, fetchurl, autoreconfHook, ... } @ args:
|
||||
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "3.4.15";
|
||||
version = "3.4.16";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/gnutls-${version}.tar.xz";
|
||||
sha256 = "161lbs0ijkkc94xx6yz87q36a055hl6d5hdwyz5s1wpm0lwh2apb";
|
||||
sha256 = "09rrjaflgp5p0hi5gqljklz1xpalnvj8bawvjj6baw8768dvp6nr";
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue