Skip to content

Commit

Permalink
Merge pull request NixOS#74625 from r-ryantm/auto-update/rgbds
Browse files Browse the repository at this point in the history
rgbds: 0.3.8 -> 0.3.9
  • Loading branch information
matthewbauer committed Dec 3, 2019
2 parents ddf711c + 90a79fd commit 224737f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/rgbds/default.nix
Expand Up @@ -6,12 +6,12 @@

stdenv.mkDerivation rec {
pname = "rgbds";
version = "0.3.8";
version = "0.3.9";
src = fetchFromGitHub {
owner = "rednex";
repo = "rgbds";
rev = "v${version}";
sha256 = "0db37z886026svhj6qnc3wk56sndbnz1vi41gn2k3bl6ppbnjlpk";
sha256 = "0pzd9ig3ahpgq7jbj82grllxx1v01d620insr2m8h0c6jj25n5hv";
};
nativeBuildInputs = [ bison flex pkg-config libpng ];
installFlags = "PREFIX=\${out}";
Expand Down

0 comments on commit 224737f

Please sign in to comment.