about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-27 14:59:17 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-27 14:59:17 +0100
commit2b6adb12f8e4ecc412ff45b0460926d6920b8894 (patch)
tree45f29f124fe15003a09a6d817a23180e1837dc8d /machines
parentc3a53309e286bc373d736e547f26e4757fff4914 (diff)
machines/haenk: Fix build of ipw2x00 firmware
The upstream SVN repository is no longer available and is now a Git
repository, so let's fetch the newest version from that.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/managed/haenk.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/machines/aszlig/managed/haenk.nix b/machines/aszlig/managed/haenk.nix
index b864f818..e56329e7 100644
--- a/machines/aszlig/managed/haenk.nix
+++ b/machines/aszlig/managed/haenk.nix
@@ -30,12 +30,12 @@
 
   hardware.firmware = lib.singleton (pkgs.runCommand "ipw2x00-firmware" {} ''
     mkdir -p "$out/lib/firmware"
-    cp "${pkgs.fetchsvn rec {
-      name = "ipw2x00-${toString rev}";
-      url = "svn://svn.debian.org/kernel/dists/trunk/firmware-nonfree/ipw2x00/";
-      rev = 22942;
-      sha256 = "16jrzqnb1r4aavygp11mh76iqml3xq9xm8j8b18c14dpv08drb55";
-    }}"/*.fw "$out/lib/firmware/"
+    cp "${pkgs.fetchgit rec {
+      name = "ipw2x00-20151227";
+      url = "git://anonscm.debian.org/kernel/firmware-nonfree.git";
+      rev = "e4147b94a856dfe7d4dac11b5da7d9e96b3c2e95";
+      sha256 = "18kymqzhlppj520n6vkq5666qgryz3prym1pxn3sqv34yvav7agi";
+    }}"/debian/config/ipw2x00/*.fw "$out/lib/firmware/"
   '');
 
   i18n.consoleKeyMap = "de";