rgbds: 0.3.9 -> 0.3.10
This commit is contained in:
parent
e1c3085354
commit
c41fa7a6bd
1 changed files with 3 additions and 3 deletions
|
@ -6,18 +6,18 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rgbds";
|
pname = "rgbds";
|
||||||
version = "0.3.9";
|
version = "0.3.10";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rednex";
|
owner = "rednex";
|
||||||
repo = "rgbds";
|
repo = "rgbds";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0pzd9ig3ahpgq7jbj82grllxx1v01d620insr2m8h0c6jj25n5hv";
|
sha256 = "0752fbffxgxyf3jw2iij88l05dqhppgcxy7dvk82hp4wdg4cflpq";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [ bison flex pkg-config libpng ];
|
nativeBuildInputs = [ bison flex pkg-config libpng ];
|
||||||
installFlags = [ "PREFIX=\${out}" ];
|
installFlags = [ "PREFIX=\${out}" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://rednex.github.io/rgbds/;
|
homepage = "https://rednex.github.io/rgbds/";
|
||||||
description = "A free assembler/linker package for the Game Boy and Game Boy Color";
|
description = "A free assembler/linker package for the Game Boy and Game Boy Color";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
longDescription =
|
longDescription =
|
||||||
|
|
Loading…
Reference in a new issue