Skip to content

Commit c92c1ef

Browse files
committed
proton-ge-bin: GE-Proton9-26 -> GE-Proton9-27
1 parent 27a5a19 commit c92c1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/pr/proton-ge-bin/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
}:
1010
stdenvNoCC.mkDerivation (finalAttrs: {
1111
pname = "proton-ge-bin";
12-
version = "GE-Proton9-26";
12+
version = "GE-Proton9-27";
1313

1414
src = fetchzip {
1515
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
16-
hash = "sha256-HwwQw888rfej5ZsMQdFOojk5RY1AKNGvVpAnRVW3qUg=";
16+
hash = "sha256-70au1dx9co3X+X7xkBCDGf1BxEouuw3zN+7eDyT7i5c=";
1717
};
1818

1919
dontUnpack = true;

0 commit comments

Comments
 (0)