mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
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.mkDerivation rec {
|
||||
name = "libpipeline-1.4.1";
|
||||
|
||||
name = "libpipeline-1.5.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/libpipeline/${name}.tar.gz";
|
||||
sha256 = "1vmrs4nvdsmb550bk10cankrd42ffczlibpsnafxpak306rdfins";
|
||||
sha256 = "0avg525wvifcvjrwa6i1r6kvahmsswj0mpxrsxzzdzra9wpf2whd";
|
||||
};
|
||||
|
||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user