mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
libaio: 0.3.110 -> 0.3.111 & update source url from fedorahosted to pagure
fedorahosted.org was retired on March 1st, 2017 The changes in da47c32b2ff39e52fbed1622c34b86bc88d7c217.patch are included in this release.
This commit is contained in:
parent
e0ac44ef45
commit
c5a4f81898
@ -1,19 +1,14 @@
|
||||
{ stdenv, fetchurl, fetchpatch }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.3.110";
|
||||
version = "0.3.111";
|
||||
pname = "libaio";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://fedorahosted.org/releases/l/i/libaio/${pname}-${version}.tar.gz";
|
||||
sha256 = "0zjzfkwd1kdvq6zpawhzisv7qbq1ffs343i5fs9p498pcf7046g0";
|
||||
url = "https://pagure.io/libaio/archive/${pname}-${version}/${pname}-${pname}-${version}.tar.gz";
|
||||
sha256 = "1fih2y2js0dl9qshpyb14m0nnxlms2527shgcxg0hnbflv5igg76";
|
||||
};
|
||||
|
||||
patches = [ (fetchpatch {
|
||||
url = "https://pagure.io/libaio/c/da47c32b2ff39e52fbed1622c34b86bc88d7c217.patch";
|
||||
sha256 = "1kqpiswjn549s3w3m89bw5qkl7bw5pvq6gp5cdzd926ymlgivj5c";
|
||||
}) ];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs harness
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user