module-init-tools: Fix URL

This commit is contained in:
Eelco Dolstra 2013-01-15 18:43:53 +01:00
parent a6768a8df2
commit 634aa5020d
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = [
(fetchurl {
url = mirror://kernel/linux/utils/kernel/module-init-tools/module-init-tools-3.16.tar.bz2;
url = http://ftp.be.debian.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-3.16.tar.bz2;
sha256 = "0jxnz9ahfic79rp93l5wxcbgh4pkv85mwnjlbv1gz3jawv5cvwp1";
})

View file

@ -2,6 +2,7 @@
stdenv.mkDerivation rec {
name = "powertop-2.1";
src = fetchurl {
url = "https://01.org/powertop/sites/default/files/downloads/${name}.tar.gz";
sha256 = "16161nlah4i4hq8vyx7ds1vq7icdzwm7gmyjg0xhcrs1r9n83m1x";