Merge pull request #37807 from dtzWill/update/libpipeline-1.5.0
libpipeline: 1.4.1 -> 1.5.0
This commit is contained in:
commit
c7ed538456
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libpipeline-1.4.1";
|
name = "libpipeline-1.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/libpipeline/${name}.tar.gz";
|
url = "mirror://savannah/libpipeline/${name}.tar.gz";
|
||||||
sha256 = "1vmrs4nvdsmb550bk10cankrd42ffczlibpsnafxpak306rdfins";
|
sha256 = "0avg525wvifcvjrwa6i1r6kvahmsswj0mpxrsxzzdzra9wpf2whd";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ];
|
patches = stdenv.lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user