Skip to content

Commit

Permalink
Merge pull request #276223 from r-ryantm/auto-update/sameboy
Browse files Browse the repository at this point in the history
sameboy: 0.15.8 -> 0.16
  • Loading branch information
markuskowa authored Dec 25, 2023
2 parents 6ec36d7 + 933b951 commit 887c066
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.15.8";
version = "0.16";

src = fetchFromGitHub {
owner = "LIJI32";
repo = "SameBoy";
rev = "v${version}";
sha256 = "sha256-SBK+aYekEJreD0XBvYaU12eIKmm9JNYIpPt1XhUtH4c=";
sha256 = "sha256-sQVTCHOSc2N+Qs/rl0DfsUzg7P5Egws2UuNBQ9fpkoQ=";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 887c066

Please sign in to comment.