Skip to content

Commit

Permalink
sameboy: 0.16 -> 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 4, 2024
1 parent 95d0067 commit 321fbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/sameboy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "sameboy";
version = "0.16";
version = "0.16.1";

src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-sQVTCHOSc2N+Qs/rl0DfsUzg7P5Egws2UuNBQ9fpkoQ=";
sha256 = "sha256-0B9wN6CTx4T3P7RomOrz/bRdp/YGknPqmwWByAbGHvI=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 321fbe2

Please sign in to comment.