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
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "0.9.10";
|
||||
version = "0.9.11";
|
||||
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation {
|
|||
owner = "endless-sky";
|
||||
repo = "endless-sky";
|
||||
rev = "v${version}";
|
||||
sha256 = "1wax9qhxakydg6bs92d1jy2fki1n9r0wkps1np02y0pvm1fl189i";
|
||||
sha256 = "0f4svg448bg8qx49f8fr8l4yzks7an6673jwgva15p3zzfxy6w03";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
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; [
|
||||
gpl3Plus cc-by-sa-30 cc-by-sa-40 publicDomain
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue