Skip to content

Commit

Permalink
proton-ge-custom: GE-Proton8-13 -> GE-Proton8-14
Browse files Browse the repository at this point in the history
  • Loading branch information
Git Bot authored and Shawn8901 committed Sep 2, 2023
1 parent 682a615 commit 182a45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/proton-ge-custom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "proton-ge-custom";
version = "GE-Proton8-13";
version = "GE-Proton8-14";

src = fetchurl {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
sha256 = "sha256-XdIQYbWqBFidrcWaAxbtkWgKC2G5CFSPNamIhkm/nqo=";
sha256 = "sha256-HxCymYlHwfwIyCAkOdPhXupfyv6oDOs2lm/3ccQAMiY=";
};

passthru.runUpdate = true;
Expand Down

0 comments on commit 182a45a

Please sign in to comment.