extremetuxracer: 0.7.5 -> 0.8.0
This commit is contained in:
parent
e04b6ecc64
commit
15e8320ccd
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue