Merge pull request #247015 from tomodachi94/update/craftos-pc/2.7.5
craftos-pc: 2.7.4 -> 2.7.5
This commit is contained in:
commit
c20e801089
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, fetchpatch
|
||||||
, callPackage
|
, callPackage
|
||||||
, patchelf
|
, patchelf
|
||||||
, unzip
|
, unzip
|
||||||
|
@ -15,18 +16,18 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.7.4";
|
version = "2.7.5";
|
||||||
craftos2-lua = fetchFromGitHub {
|
craftos2-lua = fetchFromGitHub {
|
||||||
owner = "MCJack123";
|
owner = "MCJack123";
|
||||||
repo = "craftos2-lua";
|
repo = "craftos2-lua";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-JMBsSoO/yTLw7K1Ri3BzKr5bz5UirXiPr/Q0YoMumhY=";
|
hash = "sha256-JMBsSoO/yTLw7K1Ri3BzKr5bz5UirXiPr/Q0YoMumhY=";
|
||||||
};
|
};
|
||||||
craftos2-rom = fetchFromGitHub {
|
craftos2-rom = fetchFromGitHub {
|
||||||
owner = "McJack123";
|
owner = "McJack123";
|
||||||
repo = "craftos2-rom";
|
repo = "craftos2-rom";
|
||||||
rev = "v${version}";
|
rev = "v${version}.1"; # Author released a hotfix; remove trailing '.1' on next update
|
||||||
sha256 = "sha256-BXTsBMlsymQHABWQCiv22Ia5jm2xv1jNy7Unwymtyp0=";
|
hash = "sha256-WZs/KIdpqLLzvpH2hiJpe/AehluoQMtewBbAb4htz8k=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "MCJack123";
|
owner = "MCJack123";
|
||||||
repo = "craftos2";
|
repo = "craftos2";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-9XMc7zmtPxlt3WgS93lUJNMFtUJ/llG9SFGtgdFqZEA=";
|
hash = "sha256-t2yhSuNPFCF2NaQFWuN9Nos5ZPinAvecV6EZNO0Cy9I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ patchelf poco openssl SDL2 SDL2_mixer ncurses libpng pngpp libwebp ];
|
buildInputs = [ patchelf poco openssl SDL2 SDL2_mixer ncurses libpng pngpp libwebp ];
|
||||||
|
|
Loading…
Reference in a new issue