From 475952a296ec6bd332d0d078fff5e8453b25067a Mon Sep 17 00:00:00 2001 From: Tomodachi94 Date: Fri, 16 Aug 2024 11:03:14 -0700 Subject: [PATCH] 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 --- pkgs/applications/emulators/craftos-pc/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/emulators/craftos-pc/default.nix b/pkgs/applications/emulators/craftos-pc/default.nix index 1952bd6e6bd3..535b50b0f138 100644 --- a/pkgs/applications/emulators/craftos-pc/default.nix +++ b/pkgs/applications/emulators/craftos-pc/default.nix @@ -15,18 +15,18 @@ }: let - version = "2.8.2"; + version = "2.8.3"; craftos2-lua = fetchFromGitHub { owner = "MCJack123"; repo = "craftos2-lua"; rev = "v${version}"; - hash = "sha256-Kv0supnYKWLaVqOeZAzQNd3tQRP2KJugZqytyoj8QtY="; + hash = "sha256-OCHN/ef83X4r5hZcPfFFvNJHjINCTiK+COf369/WPsA="; }; craftos2-rom = fetchFromGitHub { owner = "McJack123"; repo = "craftos2-rom"; rev = "v${version}"; - hash = "sha256-5ZsLsqrkO02NLJCzsgf0k/ifsqNybTi4DcB9GLmWDHw="; + hash = "sha256-YidLt/JLwBMW0LMo5Q5PV6wGhF0J72FGX+iWYn6v0Z4="; }; in @@ -38,7 +38,7 @@ stdenv.mkDerivation rec { owner = "MCJack123"; repo = "craftos2"; rev = "v${version}"; - hash = "sha256-ozebHgUgwdqYtWAyL+EdwpjEvZC+PkWcLYCPWz2FjSw="; + hash = "sha256-DbxAsXxpsa42dF6DaLmgIa+Hs/PPqJ4dE97PoKxG2Ig="; }; nativeBuildInputs = [ patchelf unzip ];