summaryrefslogtreecommitdiffstats
path: root/pkgs/games/colobot/data.nix
diff options
context:
space:
mode:
authorlegendofmiracles <legendofmiracles@protonmail.com>2022-01-01 18:01:22 -0600
committerlegendofmiracles <legendofmiracles@protonmail.com>2022-01-01 18:01:36 -0600
commite4e06d547cbd11b286934bbf77348335e6520abe (patch)
treee8fd88f0f7ef77019d34f4d49397ca88939ea820 /pkgs/games/colobot/data.nix
parent06a3d5fe54aaa98752105717aecf6af3cc7aa64e (diff)
colobot: 0.1.12 -> 0.2.0; fixes build
Diffstat (limited to 'pkgs/games/colobot/data.nix')
-rw-r--r--pkgs/games/colobot/data.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/colobot/data.nix b/pkgs/games/colobot/data.nix
index 7ae9dbb2b5ed..761c68c15e81 100644
--- a/pkgs/games/colobot/data.nix
+++ b/pkgs/games/colobot/data.nix
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "colobot-data";
- version = "0.1.12-alpha";
+ version = "0.2.0-alpha";
src = fetchFromGitHub {
owner = "colobot";
repo = "colobot-data";
rev = "colobot-gold-${version}";
- sha256 = "1vm33s52ymwd03x24i9bqiglw5v3wgd7rlzyx9r5ww0nnqzwbwi6";
+ sha256 = "sha256-yzIbAzrGsDe6hO0GHF9gjnj7IE8B7+5LDbvjZi4Wtms=";
};
nativeBuildInputs = [ cmake vorbis-tools xmlstarlet doxygen python3 ];