about summary refs log tree commit diff
path: root/pkgs/applications/emulators/craftos-pc
diff options
context:
space:
mode:
authorTomo <68489118+tomodachi94@users.noreply.github.com>2023-05-14 06:59:40 +0000
committerTomo <68489118+tomodachi94@users.noreply.github.com>2023-05-14 06:59:40 +0000
commit7d2227f08c5c3992b0377482970076fd87e60211 (patch)
treed2c234467b2c8e7653d4dd7f902ee58e163fa734 /pkgs/applications/emulators/craftos-pc
parentb3e5f58289928d673690cdd9503d77e4f4ddf121 (diff)
craftos-pc: 2.7.3 -> 2.7.4
Diffstat (limited to 'pkgs/applications/emulators/craftos-pc')
-rw-r--r--pkgs/applications/emulators/craftos-pc/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/emulators/craftos-pc/default.nix b/pkgs/applications/emulators/craftos-pc/default.nix
index 202d49c19add5..c79095a93fa26 100644
--- a/pkgs/applications/emulators/craftos-pc/default.nix
+++ b/pkgs/applications/emulators/craftos-pc/default.nix
@@ -14,18 +14,18 @@
 }:
 
 let
-  version = "2.7.3";
+  version = "2.7.4";
   craftos2-lua = fetchFromGitHub {
     owner = "MCJack123";
     repo = "craftos2-lua";
     rev = "v${version}";
-    sha256 = "sha256-lMqYfSA3sI7+glRE+eUf03uLfbf7lipmoqgt74FUaJQ=";
+    sha256 = "sha256-JMBsSoO/yTLw7K1Ri3BzKr5bz5UirXiPr/Q0YoMumhY=";
   };
   craftos2-rom = fetchFromGitHub {
     owner = "McJack123";
     repo = "craftos2-rom";
     rev = "v${version}";
-    sha256 = "sha256-t76Yltx7vHNoAAFvNpYLKuwFja4On6M20upmG6w3C1M=";
+    sha256 = "sha256-BXTsBMlsymQHABWQCiv22Ia5jm2xv1jNy7Unwymtyp0=";
   };
 in
 
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     owner = "MCJack123";
     repo = "craftos2";
     rev = "v${version}";
-    sha256 = "sha256-a7oMLfjZUkEWPjxDDywlSW4qLhcQrCXPPY2BEOgiafU=";
+    sha256 = "sha256-Vb6mvim42Kvn7A3Qsp4gvTRBGQ5OJ9pVij96LZwWyuQ=";
   };
 
   buildInputs = [ patchelf poco openssl SDL2 SDL2_mixer ncurses libpng pngpp libwebp ];