Skip to content

Commit

Permalink
Merge pull request #117029 from maxeaubrey/iwd_ell_bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Mar 20, 2021
2 parents 9f6d5df + 7409511 commit 39ecc2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/ell/default.nix
Expand Up @@ -7,14 +7,14 @@

stdenv.mkDerivation rec {
pname = "ell";
version = "0.36";
version = "0.38";

outputs = [ "out" "dev" ];

src = fetchgit {
url = "https://git.kernel.org/pub/scm/libs/${pname}/${pname}.git";
rev = version;
sha256 = "0w7v2hihwwmnqd56bsmbjsiw8yyadr7zbdssjamqxx0pyl3dnrda";
sha256 = "sha256-UR6NHIO/L/QbuVerXe32RNT33wwrDvIZpV6nlYaImI8=";
};

nativeBuildInputs = [
Expand Down
7 changes: 3 additions & 4 deletions pkgs/os-specific/linux/iwd/default.nix
@@ -1,6 +1,5 @@
{ lib, stdenv
, fetchgit
, fetchpatch
, autoreconfHook
, pkg-config
, ell
Expand All @@ -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" ]
Expand Down Expand Up @@ -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 ];
};
Expand Down

0 comments on commit 39ecc2e

Please sign in to comment.