craftos-pc: 2.8.2 -> 2.8.3

This is a security and bugfix release.

Changelog: https://github.com/MCJack123/craftos2/releases/tag/v2.8.3
Resolves: CVE-2024-39840/GHSA-vcvg-6m26-26vr and CVE-2024-43395/GHSA-hr3w-wc83-6923
This commit is contained in:
Tomodachi94 2024-08-16 11:03:14 -07:00
parent d4a7a4d0e0
commit 475952a296
No known key found for this signature in database
GPG Key ID: 2E275F21C4D554A3

View File

@ -15,18 +15,18 @@
}: }:
let let
version = "2.8.2"; version = "2.8.3";
craftos2-lua = fetchFromGitHub { craftos2-lua = fetchFromGitHub {
owner = "MCJack123"; owner = "MCJack123";
repo = "craftos2-lua"; repo = "craftos2-lua";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Kv0supnYKWLaVqOeZAzQNd3tQRP2KJugZqytyoj8QtY="; hash = "sha256-OCHN/ef83X4r5hZcPfFFvNJHjINCTiK+COf369/WPsA=";
}; };
craftos2-rom = fetchFromGitHub { craftos2-rom = fetchFromGitHub {
owner = "McJack123"; owner = "McJack123";
repo = "craftos2-rom"; repo = "craftos2-rom";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-5ZsLsqrkO02NLJCzsgf0k/ifsqNybTi4DcB9GLmWDHw="; hash = "sha256-YidLt/JLwBMW0LMo5Q5PV6wGhF0J72FGX+iWYn6v0Z4=";
}; };
in in
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
owner = "MCJack123"; owner = "MCJack123";
repo = "craftos2"; repo = "craftos2";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ozebHgUgwdqYtWAyL+EdwpjEvZC+PkWcLYCPWz2FjSw="; hash = "sha256-DbxAsXxpsa42dF6DaLmgIa+Hs/PPqJ4dE97PoKxG2Ig=";
}; };
nativeBuildInputs = [ patchelf unzip ]; nativeBuildInputs = [ patchelf unzip ];