summary refs log tree commit diff
path: root/pkgs/os-specific/linux/iwd
diff options
context:
space:
mode:
authorVladyslav Mykhailichenko <dywedir@pm.me>2018-06-30 15:26:06 +0300
committerVladyslav Mykhailichenko <dywedir@pm.me>2018-06-30 15:26:06 +0300
commit04967f3ecf298921fea56c91b0a6e60a0efc7905 (patch)
treeb1f8d8f7c87bcc0906d862cadf61e8caa3e38520 /pkgs/os-specific/linux/iwd
parentc9f9ec6f18cb74d03c13cdcca757878feeb89943 (diff)
downloadnixpkgs-04967f3ecf298921fea56c91b0a6e60a0efc7905.tar
nixpkgs-04967f3ecf298921fea56c91b0a6e60a0efc7905.tar.gz
nixpkgs-04967f3ecf298921fea56c91b0a6e60a0efc7905.tar.bz2
nixpkgs-04967f3ecf298921fea56c91b0a6e60a0efc7905.tar.lz
nixpkgs-04967f3ecf298921fea56c91b0a6e60a0efc7905.tar.xz
nixpkgs-04967f3ecf298921fea56c91b0a6e60a0efc7905.tar.zst
nixpkgs-04967f3ecf298921fea56c91b0a6e60a0efc7905.zip
iwd: 0.2 -> 0.3
Diffstat (limited to 'pkgs/os-specific/linux/iwd')
-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 792c7bcb084..518a406257f 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 = [