about summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-13 21:20:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-13 21:20:05 +0000
commitaa97ee8bfaf6bf2aea56a0a1e904aa8eb909bf6e (patch)
tree9234ca90cc039be976687b21c1df45d89537ae53 /pkgs/applications/emulators
parent4f90372bb7b9fa1f64b16ab4b264b252b004551e (diff)
sameboy: 0.14.7 -> 0.15.4
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 6838a7baaf2a6..d1fd26bfeaf97 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.14.7";
+  version = "0.15.4";
 
   src = fetchFromGitHub {
     owner = "LIJI32";
     repo = "SameBoy";
     rev = "v${version}";
-    sha256 = "sha256-rvcR1mp+lJ6ZFc9WYUK9FBVcG2vD5MoX6lY+AJsMaeQ=";
+    sha256 = "sha256-YLWo6Em/NdU60Dtu4ePANSKLixozxpxVwD3dJcAOs3g=";
   };
 
   enableParallelBuilding = true;