mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
libassuan: update from 2.0.3 to 2.1.1
This commit is contained in:
parent
ab60acc1aa
commit
4ca25047d6
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, pth, libgpgerror }:
|
{ fetchurl, stdenv, pth, libgpgerror }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libassuan-2.0.3";
|
name = "libassuan-2.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnupg/libassuan/${name}.tar.bz2";
|
url = "mirror://gnupg/libassuan/${name}.tar.bz2";
|
||||||
sha256 = "06xckkvxxlx7cj77803m8x58gxksap4k8yhspc5cqsy7fhinimds";
|
sha256 = "1783nb0b6nr9yjhb5wfh8ykc5w89f4anppz1kz9913mqg5vxdqi3";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ libgpgerror pth ];
|
propagatedBuildInputs = [ libgpgerror pth ];
|
||||||
|
Loading…
Reference in New Issue
Block a user