extremetuxracer: 0.7.5 -> 0.8.0
This commit is contained in:
parent
e04b6ecc64
commit
15e8320ccd
@ -5,12 +5,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.7.5";
|
version = "0.8.0";
|
||||||
pname = "extremetuxracer";
|
pname = "extremetuxracer";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/extremetuxracer/etr-${version}.tar.xz";
|
url = "mirror://sourceforge/extremetuxracer/etr-${version}.tar.xz";
|
||||||
sha256 = "1ly63316c07i0gyqqmyzsyvygsvygn0fpk3bnbg25fi6li99rlsg";
|
sha256 = "05ysaxvsgps9fxc421kdifsxmc1sn6n79cjaa0k0i3fs9qqrja2b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
ExtremeTuxRacer - Tux lies on his belly and accelerates down ice slopes.
|
ExtremeTuxRacer - Tux lies on his belly and accelerates down ice slopes.
|
||||||
'';
|
'';
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
homepage = https://sourceforge.net/projects/extremetuxracer/;
|
homepage = "https://sourceforge.net/projects/extremetuxracer/";
|
||||||
maintainers = with stdenv.lib.maintainers; [ ];
|
maintainers = with stdenv.lib.maintainers; [ ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user