freenet: make patch urls reproducible

+2 -1
+2 -1
pkgs/applications/networking/p2p/freenet/default.nix
··· 16 16 17 17 patches = [ 18 18 # gradle 7 support 19 + # https://github.com/freenet/fred/pull/827 19 20 (fetchpatch { 20 - url = "https://github.com/freenet/fred/pull/827.patch"; 21 + url = "https://github.com/freenet/fred/commit/8991303493f2c0d9933f645337f0a7a5a979e70a.patch"; 21 22 sha256 = "sha256-T1zymxRTADVhhwp2TyB+BC/J4gZsT/CUuMrT4COlpTY="; 22 23 }) 23 24 ];