mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
tibia: update to 10.57
This commit is contained in:
parent
470007e7e1
commit
819e4b6a2c
|
@ -3,11 +3,11 @@
|
|||
with stdenv.lib;
|
||||
assert stdenv.isi686;
|
||||
stdenv.mkDerivation {
|
||||
name = "tibia-10.55";
|
||||
name = "tibia-10.57";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://static.tibia.com/download/tibia1055.tgz;
|
||||
sha256 = "14psclyzlm9y2g2a11ar1vb707ilmvh6jdjh0z3fcpdqwbrpr84j";
|
||||
url = http://static.tibia.com/download/tibia1057.tgz;
|
||||
sha256 = "1bhfrz66n1cvvy11ybr3yfn3i3vr98nnp3q11gssk8nby5bqm2fi";
|
||||
};
|
||||
|
||||
shell = stdenv.shell;
|
||||
|
|
Loading…
Reference in a new issue