Merge pull request #81429 from r-ryantm/auto-update/endless-sky
endless-sky: 0.9.10 -> 0.9.11
This commit is contained in:
commit
9077284a7c
@ -3,7 +3,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.9.10";
|
version = "0.9.11";
|
||||||
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "endless-sky";
|
owner = "endless-sky";
|
||||||
repo = "endless-sky";
|
repo = "endless-sky";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1wax9qhxakydg6bs92d1jy2fki1n9r0wkps1np02y0pvm1fl189i";
|
sha256 = "0f4svg448bg8qx49f8fr8l4yzks7an6673jwgva15p3zzfxy6w03";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A sandbox-style space exploration game similar to Elite, Escape Velocity, or Star Control";
|
description = "A sandbox-style space exploration game similar to Elite, Escape Velocity, or Star Control";
|
||||||
homepage = https://endless-sky.github.io/;
|
homepage = "https://endless-sky.github.io/";
|
||||||
license = with licenses; [
|
license = with licenses; [
|
||||||
gpl3Plus cc-by-sa-30 cc-by-sa-40 publicDomain
|
gpl3Plus cc-by-sa-30 cc-by-sa-40 publicDomain
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user