mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] proton-ge-bin: GE-Proton10-34 -> GE-Proton11-1 (#535768)
This commit is contained in:
commit
09b5d448f9
1 changed files with 2 additions and 2 deletions
|
|
@ -9,11 +9,11 @@
|
|||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "proton-ge-bin";
|
||||
version = "GE-Proton10-34";
|
||||
version = "GE-Proton11-1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${finalAttrs.version}/${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-lzPsYYcrp5NoT3B0WFj3o10Z7tXx7xva1wEP3edeuqM=";
|
||||
hash = "sha256-I7SSvzQQ/NqdvwjpJ9IFFtAaTS+rgHUyXx0us1vIOnw=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue