Skip to content

Commit

Permalink
rgbds: 0.8.0 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 4, 2025
1 parent 8f3e1f8 commit 8cd0bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/rg/rgbds/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

stdenv.mkDerivation rec {
pname = "rgbds";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "gbdev";
repo = "rgbds";
rev = "v${version}";
hash = "sha256-rSPYnbZjCoAKJBNCJCKsLBenolOzS78Zm850BJ8mKhA=";
hash = "sha256-njJ7g7hgaiahpeeDHrv9nYvWZp51Fl10CsV36ldBpf0=";
};
nativeBuildInputs = [
bison
Expand Down

0 comments on commit 8cd0bb3

Please sign in to comment.