mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
endless-sky: 0.9.10 -> 0.9.11
This commit is contained in:
parent
cf6477076b
commit
3c62152e0e
@ -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 New Issue
Block a user