extremetuxracer: 0.7.5 -> 0.8.0

gstqt5
R. RyanTM 2020-03-08 08:16:01 +00:00 committed by Matthieu Coudron
parent e04b6ecc64
commit 15e8320ccd
1 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "0.7.5";
version = "0.8.0";
pname = "extremetuxracer";
src = fetchurl {
url = "mirror://sourceforge/extremetuxracer/etr-${version}.tar.xz";
sha256 = "1ly63316c07i0gyqqmyzsyvygsvygn0fpk3bnbg25fi6li99rlsg";
sha256 = "05ysaxvsgps9fxc421kdifsxmc1sn6n79cjaa0k0i3fs9qqrja2b";
};
buildInputs = [
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
ExtremeTuxRacer - Tux lies on his belly and accelerates down ice slopes.
'';
license = stdenv.lib.licenses.gpl2Plus;
homepage = https://sourceforge.net/projects/extremetuxracer/;
homepage = "https://sourceforge.net/projects/extremetuxracer/";
maintainers = with stdenv.lib.maintainers; [ ];
platforms = with stdenv.lib.platforms; linux;
};