tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
got: 0.92 -> 0.93
add meta.changelog
Alexis Hildebrandt
2 years ago
b8cd66fa
ceb3926f
+3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
version-management
got
default.nix
+3
-2
pkgs/applications/version-management/got/default.nix
···
5
6
stdenv.mkDerivation rec {
7
pname = "got";
8
-
version = "0.92";
9
10
src = fetchurl {
11
url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
12
-
hash = "sha256-HaNCxgbl0ewvI96jr9/BgJphqoQC5P2atj5a51bj99c=";
13
};
14
15
nativeBuildInputs = [ pkg-config bison ]
···
54
on the same repository.
55
'';
56
homepage = "https://gameoftrees.org";
0
57
license = licenses.isc;
58
platforms = platforms.linux ++ platforms.darwin;
59
maintainers = with maintainers; [ abbe afh ];
···
5
6
stdenv.mkDerivation rec {
7
pname = "got";
8
+
version = "0.93";
9
10
src = fetchurl {
11
url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
12
+
hash = "sha256-wlcnJr7f3Bd9SEgrKiPlr7pTSjaRj47qwktI2jepINE=";
13
};
14
15
nativeBuildInputs = [ pkg-config bison ]
···
54
on the same repository.
55
'';
56
homepage = "https://gameoftrees.org";
57
+
changelog = "https://gameoftrees.org/releases/CHANGES";
58
license = licenses.isc;
59
platforms = platforms.linux ++ platforms.darwin;
60
maintainers = with maintainers; [ abbe afh ];