about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-07-01 10:43:34 +0100
committerGitHub <noreply@github.com>2018-07-01 10:43:34 +0100
commitf73aae6f95132cea40ae7844ac7a1307e9362fa9 (patch)
tree371e3966895bff67f60ad461aea0db4c45ce2313 /pkgs
parent055a29c4a1b8d8f0fed38bb82fa86a7b97adfdb7 (diff)
parent04967f3ecf298921fea56c91b0a6e60a0efc7905 (diff)
Merge pull request #42816 from dywedir/iwd
iwd: 0.2 -> 0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/iwd/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix
index 792c7bcb0849a..518a406257f28 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.5";
-     sha256 = "0xw53bigh99nhacjb67qs1g145fwls7065l8vsrziwzpkyd5s6a8";
+     rev = "0.6";
+     sha256 = "0cs0a7rjg9gl9gn9sc3b1y8mv2zbjg7rb87mla6kcrknjci76pgm";
   };
 in stdenv.mkDerivation rec {
   name = "iwd-${version}";
-  version = "0.2";
+  version = "0.3";
 
   src = fetchgit {
     url = https://git.kernel.org/pub/scm/network/wireless/iwd.git;
     rev = version;
-    sha256 = "0khc017s27n6y6c6wbqhmcghzggnagxbi8j36hl5g73y6s44vx42";
+    sha256 = "151bqc85vchl1arhl9pyvfashxq886cjrbi6js4csx4vzscbhzzm";
   };
 
   nativeBuildInputs = [