From 86916caa1106fc81417087d63f7bc9bee58f4c5b Mon Sep 17 00:00:00 2001 From: Luna Simons Date: Mon, 20 Nov 2023 16:26:34 +0100 Subject: [PATCH] proton-ge-custom: 8-23 -> 8-24 --- pkgs/entertainment/proton-ge-custom.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/entertainment/proton-ge-custom.nix b/pkgs/entertainment/proton-ge-custom.nix index ceaea09..c1189fd 100644 --- a/pkgs/entertainment/proton-ge-custom.nix +++ b/pkgs/entertainment/proton-ge-custom.nix @@ -5,11 +5,11 @@ }: stdenv.mkDerivation rec { pname = "proton-ge-custom"; - version = "GE-Proton8-23"; + version = "GE-Proton8-24"; src = fetchurl { url = "https://github.com/GloriousEggroll/${pname}/releases/download/${version}/${version}.tar.gz"; - hash = "sha256-gi+oDJSmA3hb70vvtr6KAq5Ri3SM9Is33sPX9DAFu/Y="; + hash = "sha256-72jxUJdn4j0FV1qFH0r7UEVrAvSwrWgWsxCXyT1N/1A="; }; buildCommand = ''