aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-07-29 10:11:41 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-07-29 10:11:41 -0700
commit8a5525db99028336157b87553ccaef8f488c89e6 (patch)
treea28ee57351b126474ae979ffc34a9a8351e69907
parent7ce4211a3ae013024580a10673cd5a2a01b0ac0b (diff)
downloadnix-8a5525db99028336157b87553ccaef8f488c89e6.tar
nix-8a5525db99028336157b87553ccaef8f488c89e6.tar.gz
nix-8a5525db99028336157b87553ccaef8f488c89e6.tar.bz2
nix-8a5525db99028336157b87553ccaef8f488c89e6.tar.lz
nix-8a5525db99028336157b87553ccaef8f488c89e6.tar.xz
nix-8a5525db99028336157b87553ccaef8f488c89e6.tar.zst
nix-8a5525db99028336157b87553ccaef8f488c89e6.zip
Fix hashHEADmaster
Diffstat (limited to '')
-rw-r--r--overlays/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix
index a67ce11..19145ee 100644
--- a/overlays/default.nix
+++ b/overlays/default.nix
@@ -44,10 +44,12 @@
# };
#});
+ # to compute this hash, use: nix flake prefetch ${url}
+ # because fetchzip computes the hash of the NAR basically instead of the flat file when doing: nix-hash --base64 --flat --sri --type sha256 ${file}
proton-ge-bin = prev.proton-ge-bin.overrideAttrs (old: rec {
pname = "proton-ge-bin";
src = prev.fetchzip {
- hash = "sha256-hhwu3I1A0FH7HnppLeuVO+Ur0znEbZDyt93lDdrZEmY=";
+ hash = "sha256-RiCmnUKeZRhPUCgm7fsROKFkAl37+/tYkA47tQtkIF4=";
url = "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${version}/${version}.tar.gz";
};
version = "GE-Proton11-3";