freenet: make patch urls reproducible

This commit is contained in:
Peder Bergebakken Sundt
2023-10-09 15:10:48 +02:00
parent 17ed52d535
commit 2376191fc9
@@ -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=";
})
];