summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iwd
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-01-16 17:10:02 -0600
committerWill Dietz <w@wdtz.org>2019-01-16 17:16:42 -0600
commit8238e19c2fa6988b8e77bae8764976da1a03e1af (patch)
tree35888bf2869e06d843254e286d1ff2926559f4b1 /pkgs/os-specific/linux/iwd
parent9b99afa86ac2082b540a70402e2ef2ba5490005a (diff)
downloadnixpkgs-8238e19c2fa6988b8e77bae8764976da1a03e1af.tar
nixpkgs-8238e19c2fa6988b8e77bae8764976da1a03e1af.tar.gz
nixpkgs-8238e19c2fa6988b8e77bae8764976da1a03e1af.tar.bz2
nixpkgs-8238e19c2fa6988b8e77bae8764976da1a03e1af.tar.lz
nixpkgs-8238e19c2fa6988b8e77bae8764976da1a03e1af.tar.xz
nixpkgs-8238e19c2fa6988b8e77bae8764976da1a03e1af.tar.zst
nixpkgs-8238e19c2fa6988b8e77bae8764976da1a03e1af.zip
iwd: 0.12 -> 0.14
https://git.kernel.org/pub/scm/network/wireless/iwd.git/diff/ChangeLog?h=0.13
https://git.kernel.org/pub/scm/network/wireless/iwd.git/diff/ChangeLog?h=0.14
Diffstat (limited to 'pkgs/os-specific/linux/iwd')
-rw-r--r--pkgs/os-specific/linux/iwd/default.nix11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix
index acf28a1bca7..39902023b62 100644
--- a/pkgs/os-specific/linux/iwd/default.nix
+++ b/pkgs/os-specific/linux/iwd/default.nix
@@ -3,17 +3,17 @@
 let
   ell = fetchgit {
      url = https://git.kernel.org/pub/scm/libs/ell/ell.git;
-     rev = "0.15";
-     sha256 = "1jwk5gxcs964ddca9asw6fvc4h9q8d2x1y3linfi11b5vf30bghn";
+     rev = "0.17";
+     sha256 = "0yk1qmvpy61qp82bb0w55n062jqzlkzbz0b1v5k763j98czz9rvz";
   };
 in stdenv.mkDerivation rec {
   name = "iwd-${version}";
-  version = "0.12";
+  version = "0.14";
 
   src = fetchgit {
     url = https://git.kernel.org/pub/scm/network/wireless/iwd.git;
     rev = version;
-    sha256 = "156zq3zqa2vfmvy3yv9lng23mhrhlgwh0p2x3fcn10nkks9q89pn";
+    sha256 = "08ijlnwvj1w354gbv3hdnm3l4iy24qzq4bq5a9z0wynysasw09lv";
   };
 
   nativeBuildInputs = [
@@ -32,9 +32,6 @@ in stdenv.mkDerivation rec {
     python3Packages.pygobject3
   ];
 
-  # Enable when it works again
-  enableParallelBuilding = false;
-
   configureFlags = [
     "--with-dbus-datadir=$(out)/etc/"
     "--with-dbus-busdir=$(out)/usr/share/dbus-1/system-services/"