mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
tibia: update to 10.78
This commit is contained in:
parent
755df64ee3
commit
7640b92c30
@ -3,11 +3,11 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
assert stdenv.isi686;
|
assert stdenv.isi686;
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "tibia-10.77";
|
name = "tibia-10.78";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://static.tibia.com/download/tibia1077.tgz;
|
url = http://static.tibia.com/download/tibia1078.tgz;
|
||||||
sha256 = "1qz2a25irzhdwh4swwcfz4g37f1j3cxhm9c43yl763bvc718ikly";
|
sha256 = "087yi8jzi8bn1fp3b8lpp913bzdwf5nszv5p5gr6hx9xyhjj97ax";
|
||||||
};
|
};
|
||||||
|
|
||||||
shell = stdenv.shell;
|
shell = stdenv.shell;
|
||||||
|
Loading…
Reference in New Issue
Block a user