Skip to content

Commit

Permalink
proton-ge: 8.12 -> 8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf authored and fufexan committed Aug 26, 2023
1 parent bc33c72 commit 8cda755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/proton-ge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "proton-ge-custom";
version = "GE-Proton8-12";
version = "GE-Proton8-13";

src = fetchurl {
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
hash = "sha256-9ZGuHCh5yISVOr8ggo7xRtWk+MWiGY7rIEXBLiBu48M=";
hash = "sha256-XdIQYbWqBFidrcWaAxbtkWgKC2G5CFSPNamIhkm/nqo=";
};

buildCommand = ''
Expand Down

0 comments on commit 8cda755

Please sign in to comment.