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.
gstqt5
Scott Worley 2020-03-13 14:42:53 -07:00 committed by Frederik Rietdijk
parent e0ac44ef45
commit c5a4f81898
1 changed files with 3 additions and 8 deletions

View File

@ -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