libpipeline: 1.5.4 -> 1.5.6

This commit is contained in:
R. Ryantm 2022-08-16 15:05:23 +00:00
parent 9050439c4c
commit 9bf8ddf3b3

View file

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