Merge pull request #61472 from dtzWill/update/iwd-0.18-ell-0.20

iwd: 0.17 -> 0.18, ell: 0.19 -> 0.20
This commit is contained in:
Matthieu Coudron 2019-05-14 19:55:16 +09:00 committed by GitHub
commit eabe7b845f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "ell";
version = "0.19";
version = "0.20";
src = fetchgit {
url = https://git.kernel.org/pub/scm/libs/ell/ell.git;
rev = version;
sha256 = "0qvgn5yxffgmlggixf6kh57gxricf57iyc8mqwn46j615bijvjs8";
sha256 = "1g143dbc7cfks63k9yi2m8hpgfp9jj5b56s3hyxjzxm9dac3yn6c";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];

View File

@ -3,12 +3,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "0.17";
version = "0.18";
src = fetchgit {
url = https://git.kernel.org/pub/scm/network/wireless/iwd.git;
rev = version;
sha256 = "1bqkzl03qvzfq5hqd9nsfc98k0iyz864nzcrnbf3fr0n9wnzqffz";
sha256 = "19scrkdyfj92cycirm22in1jf6rb77sy419gki4m9j8zdyapcqm9";
};
nativeBuildInputs = [