about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-20 04:33:35 +0100
committerGitHub <noreply@github.com>2024-01-20 04:33:35 +0100
commit25ef65de4db85bf407a8bdbe28d8072ac5d0d845 (patch)
tree072b066702c88fb68fa8632675cd0271dca540c2 /pkgs/applications/emulators
parent29e9f79ce19539a15b2c01e9f4fb03ea4ddc94d7 (diff)
parent321fbe2ae89176bfad887c64fed7e212e3f6cfb3 (diff)
Merge pull request #278775 from r-ryantm/auto-update/sameboy
sameboy: 0.16 -> 0.16.1
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/sameboy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/sameboy/default.nix b/pkgs/applications/emulators/sameboy/default.nix
index 9d0eb1570287f..910a70de37f34 100644
--- a/pkgs/applications/emulators/sameboy/default.nix
+++ b/pkgs/applications/emulators/sameboy/default.nix
@@ -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;