We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 431c728 + c92c1ef commit 190060aCopy full SHA for 190060a
pkgs/by-name/pr/proton-ge-bin/package.nix
@@ -9,11 +9,11 @@
9
}:
10
stdenvNoCC.mkDerivation (finalAttrs: {
11
pname = "proton-ge-bin";
12
- version = "GE-Proton9-26";
+ version = "GE-Proton9-27";
13
14
src = fetchzip {
15
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
16
- hash = "sha256-HwwQw888rfej5ZsMQdFOojk5RY1AKNGvVpAnRVW3qUg=";
+ hash = "sha256-70au1dx9co3X+X7xkBCDGf1BxEouuw3zN+7eDyT7i5c=";
17
};
18
19
dontUnpack = true;
0 commit comments