summary refs log tree commit diff
path: root/pkgs/applications/emulators
diff options
context:
space:
mode:
authorTomo <68489118+tomodachi94@users.noreply.github.com>2023-05-15 04:56:20 +0000
committerTomo <68489118+tomodachi94@users.noreply.github.com>2023-05-15 04:56:20 +0000
commitb05ef018ff27c71304cdf1d19b9e7a1103f3a233 (patch)
tree0bafcd375ca4650873fb406a5be384c8cad7830c /pkgs/applications/emulators
parent7d2227f08c5c3992b0377482970076fd87e60211 (diff)
craftos-pc: fix broken hashes
The author made a hotfix after 2.7.4 was released and then reassigned
2.7.4 to that hotfix. This PR fixes that discrepancy.
Diffstat (limited to 'pkgs/applications/emulators')
-rw-r--r--pkgs/applications/emulators/craftos-pc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/craftos-pc/default.nix b/pkgs/applications/emulators/craftos-pc/default.nix
index c79095a93fa26..8dcac1443293c 100644
--- a/pkgs/applications/emulators/craftos-pc/default.nix
+++ b/pkgs/applications/emulators/craftos-pc/default.nix
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
     owner = "MCJack123";
     repo = "craftos2";
     rev = "v${version}";
-    sha256 = "sha256-Vb6mvim42Kvn7A3Qsp4gvTRBGQ5OJ9pVij96LZwWyuQ=";
+    sha256 = "sha256-9XMc7zmtPxlt3WgS93lUJNMFtUJ/llG9SFGtgdFqZEA=";
   };
 
   buildInputs = [ patchelf poco openssl SDL2 SDL2_mixer ncurses libpng pngpp libwebp ];