gamescope: update shader source

The owner (`Joshua-Ashton`) has migrated to `misyltoad`
This commit is contained in:
Gliczy
2024-12-16 22:43:19 +01:00
parent fbfc522cb8
commit df8f977f5b
+3 -3
View File
@@ -39,8 +39,8 @@
enableWsi ? true,
}:
let
joshShaders = fetchFromGitHub {
owner = "Joshua-Ashton";
frogShaders = fetchFromGitHub {
owner = "misyltoad";
repo = "GamescopeShaders";
rev = "v0.1";
hash = "sha256-gR1AeAHV/Kn4ntiEDUSPxASLMFusV6hgSGrTbMCBUZA=";
@@ -171,7 +171,7 @@ stdenv.mkDerivation (finalAttrs: {
# Install ReShade shaders
mkdir -p $out/share/gamescope/reshade
cp -r ${joshShaders}/* $out/share/gamescope/reshade/
cp -r ${frogShaders}/* $out/share/gamescope/reshade/
'';
passthru.updateScript = nix-update-script { };