libgpg-error: 1.27 -> 1.28

This commit is contained in:
Shea Levy
2018-03-22 09:28:58 -04:00
parent d0a8866622
commit 380171c9f6
2 changed files with 2 additions and 58 deletions
@@ -17,15 +17,13 @@
};
in stdenv.mkDerivation (rec {
name = "libgpg-error-${version}";
version = "1.27";
version = "1.28";
src = fetchurl {
url = "mirror://gnupg/libgpg-error/${name}.tar.bz2";
sha256 = "1li95ni122fzinzlmxbln63nmgij63irxfvi52ws4zfbzv3am4sg";
sha256 = "0jfsfnh9bxlxiwxws60yah4ybjw2hshmvqp31pri4m4h8ivrbnry";
};
patches = if hostPlatform.isRiscV then ./riscv.patch else null;
postPatch = ''
sed '/BUILD_TIMESTAMP=/s/=.*/=1970-01-01T00:01+0000/' -i ./configure
'' + stdenv.lib.optionalString stdenv.hostPlatform.isMusl ''