Merge branch 'master' into staging
Conflicts (relatively simple): pkgs/applications/audio/spotify/default.nix pkgs/build-support/cc-wrapper/default.nix pkgs/development/compilers/cryptol/1.8.x.nix
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
with stdenv.lib;
|
||||
assert stdenv.isi686;
|
||||
stdenv.mkDerivation {
|
||||
name = "tibia-10.71";
|
||||
name = "tibia-10.74";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.tibia.com/download/tibia1071.tgz;
|
||||
sha256 = "183949xfvbbxbhj4i85ybcfv7h9j1f4va4c61wjzbhyjf55vj69a";
|
||||
url = http://static.tibia.com/download/tibia1074.tgz;
|
||||
sha256 = "1q8bg33xial0bkagaf4iwn2sny1hglc1fhdxwjbiwrw0jg9w644x";
|
||||
};
|
||||
|
||||
shell = stdenv.shell;
|
||||
|
||||
Reference in New Issue
Block a user