module-init-tools: Fix URL

This commit is contained in:
Eelco Dolstra
2013-01-15 18:53:12 +01:00
parent a6768a8df2
commit 634aa5020d
2 changed files with 2 additions and 1 deletions
@@ -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";