about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-10-19 03:02:46 +0300
committerGitHub <noreply@github.com>2023-10-19 03:02:46 +0300
commit5a1cc0e11dc9f5916db4c93d3080aa295f7f9247 (patch)
tree279c7bf16306002e0cb0d777708b67a0642eddae /pkgs/applications/networking/p2p
parentc12ce83e4e763efd65257d9d89160c8d40ea72da (diff)
parentb9e8f5a206b8b8c11c06f250725256f7de962b27 (diff)
Merge pull request #258431 from pbsds/stabilize-patches
Diffstat (limited to 'pkgs/applications/networking/p2p')
-rw-r--r--pkgs/applications/networking/p2p/freenet/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/freenet/default.nix b/pkgs/applications/networking/p2p/freenet/default.nix
index 8a46b5a476c1e..3ca23647251a1 100644
--- a/pkgs/applications/networking/p2p/freenet/default.nix
+++ b/pkgs/applications/networking/p2p/freenet/default.nix
@@ -16,8 +16,9 @@ let
 
   patches = [
     # gradle 7 support
+    # https://github.com/freenet/fred/pull/827
     (fetchpatch {
-      url = "https://github.com/freenet/fred/pull/827.patch";
+      url = "https://github.com/freenet/fred/commit/8991303493f2c0d9933f645337f0a7a5a979e70a.patch";
       sha256 = "sha256-T1zymxRTADVhhwp2TyB+BC/J4gZsT/CUuMrT4COlpTY=";
     })
   ];