Skip to content

Commit

Permalink
hostapd/wpa_supplicant: update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mguentner committed Sep 17, 2017
1 parent dd170cd commit daf07c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pkgs/os-specific/linux/hostapd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ stdenv.mkDerivation rec {
version = "2.6";

src = fetchurl {
url = "http://hostap.epitest.fi/releases/${name}.tar.gz";
url = "https://w1.fi/releases/${name}.tar.gz";
sha256 = "0z8ilypad82q3l6q6kbv6hczvhjn8k63j8051x5yqfyjq686nlh1";
};

patches = [
(fetchurl {
url = "http://w1.fi/cgit/hostap/patch/?id=0d42179e1246f996d334c8bd18deca469fdb1add";
url = "https://w1.fi/cgit/hostap/patch/?id=0d42179e1246f996d334c8bd18deca469fdb1add";
sha256 = "0w5n3ypwavq5zlyfxpcyvbaf96g59xkwbw9xwpjyzb7h5j264615";
})
(fetchurl {
url = "http://w1.fi/cgit/hostap/patch/?id=df426738fb212d62b132d9bb447f0128194e00ab";
url = "https://w1.fi/cgit/hostap/patch/?id=df426738fb212d62b132d9bb447f0128194e00ab";
sha256 = "0ps2prjijlcgv1i97xb5ypw840dhkc7ja1aw8zhlbrap7pbgi1mm";
})
(fetchurl {
url = "http://w1.fi/cgit/hostap/patch/?id=b70d508c50e8e2d2b8fb96ae44ae10f84cf0c1ae";
url = "https://w1.fi/cgit/hostap/patch/?id=b70d508c50e8e2d2b8fb96ae44ae10f84cf0c1ae";
sha256 = "0pslmsbay2cy1k07w1mdcr0b8w059jkrqrr9zi1aljvkm3vbwhj1";
})
];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/wpa_supplicant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
name = "wpa_supplicant-${version}";

src = fetchurl {
url = "http://hostap.epitest.fi/releases/${name}.tar.gz";
url = "https://w1.fi/releases/${name}.tar.gz";
sha256 = "0l0l5gz3d5j9bqjsbjlfcv4w4jwndllp9fmyai4x9kg6qhs6v4xl";
};

Expand Down

0 comments on commit daf07c9

Please sign in to comment.