forked from mirrors/nixpkgs
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.
This commit is contained in:
parent
7d2227f08c
commit
b05ef018ff
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue