Skip to content

Commit

Permalink
Merge pull request #231974 from tomodachi94/update/craftos-pc/2.7.4
Browse files Browse the repository at this point in the history
craftos-pc: fix broken hashes
  • Loading branch information
NobbZ authored May 15, 2023
2 parents 1fb3ea2 + b05ef01 commit 3d94a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/emulators/craftos-pc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3d94a12

Please sign in to comment.