iwd: 1.11 -> 1.12

This commit is contained in:
Maxine Aubrey 2021-03-20 15:03:11 +01:00
parent 87fbee6a7d
commit 74095112e5
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -1,6 +1,5 @@
{ lib, stdenv
, fetchgit
, fetchpatch
, autoreconfHook
, pkg-config
, ell
@ -13,12 +12,12 @@
stdenv.mkDerivation rec {
pname = "iwd";
version = "1.11";
version = "1.12";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
rev = version;
sha256 = "0wnyg0f1swi7gvvgf5kzbiz44g2wscf5d5bp320iwyfwnlbqb1bn";
sha256 = "sha256-o3Vc5p/AFZwbkEWJZzO6wWAJ/BmSh0eKxdnjm5B9BFU=";
};
outputs = [ "out" "man" ]
@ -88,7 +87,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://git.kernel.org/pub/scm/network/wireless/iwd.git";
description = "Wireless daemon for Linux";
license = licenses.lgpl21;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ dtzWill fpletz ];
};