The folder $url/steam/archive seems to be empty...
Changed the URLs to the packages over to the steam folder inside <code>pool/steam/s/steam</code>. If the archive folder has been repopulated the next 24hrs ignore this.
This commit is contained in:
parent
ca545ac8ec
commit
e5bf7af90a
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
name = "steam-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://repo.steampowered.com/steam/archive/precise/steam-launcher_${version}_all.deb";
|
||||
url = "http://repo.steampowered.com/steam/pool/steam/s/steam/steam-launcher_${version}_all.deb";
|
||||
sha256 = "1z1cnlr2qw2ndnqsfwjck9617m2p0f3p9q9409vczj909h2a9wyk";
|
||||
};
|
||||
|
||||
@ -104,7 +104,7 @@ stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
name = "steam-1.0.0.42";
|
||||
src = fetchurl {
|
||||
url = http://repo.steampowered.com/steam/archive/precise/steam-launcher_1.0.0.42_all.deb;
|
||||
url = http://repo.steampowered.com/steam/pool/steam/s/steam/steam-launcher_1.0.0.42_all.deb;
|
||||
sha256 = "1jyvk0h1z78sdpvl4hs1kdvr6z2kwamf09vjgjx1f6j04kgqrfbw";
|
||||
};
|
||||
buildInputs = [ dpkg ];
|
||||
|
Loading…
Reference in New Issue
Block a user