iwd: 1.6 -> 1.7

This commit is contained in:
Maximilian Bosch 2020-04-25 12:13:01 +02:00
parent 74fcd4f2d6
commit 61c95a2eec
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "1.6";
version = "1.7";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "0c38c7a234cwdd5y1brq4w56xszs8zlp57rr3nvgp8z8djcy1qvx";
sha256 = "1qi25qav1rv8gm5lbrip8ayq5vwynmyv2q4ar7bbmnjh6cglvyh2";
};
nativeBuildInputs = [