libpipeline: 1.5.1 -> 1.5.3

This commit is contained in:
R. RyanTM 2020-08-26 10:52:12 +00:00 committed by Frederik Rietdijk
parent 13d93aabfb
commit e132216194
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "libpipeline-1.5.1"; name = "libpipeline-1.5.3";
src = fetchurl { src = fetchurl {
url = "mirror://savannah/libpipeline/${name}.tar.gz"; url = "mirror://savannah/libpipeline/${name}.tar.gz";
sha256 = "0bwh5xz5f2czwb7f564jz1mp4znm8pldnvf65fs0hpw4gmmp0cyn"; sha256 = "1c5dl017xil2ssb6a5vg927bnsbc9vymfgi9ahvqbb8gypx0igsx";
}; };
patches = stdenv.lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ]; patches = stdenv.lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ];