libpipeline: 1.5.3 -> 1.5.4 (#149987)

This commit is contained in:
R. RyanTM 2021-12-25 14:04:50 -08:00 committed by GitHub
parent fc3193aaa6
commit ce78b17274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libpipeline";
version = "1.5.3";
version = "1.5.4";
src = fetchurl {
url = "mirror://savannah/libpipeline/libpipeline-${version}.tar.gz";
sha256 = "1c5dl017xil2ssb6a5vg927bnsbc9vymfgi9ahvqbb8gypx0igsx";
sha256 = "sha256-23hb3boKN+8UtO+Cri0YuIJOaYPfuZEDGTheKN8/Gpw=";
};
patches = lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ];