freenet: 01505 -> 01506 (#490959)

This commit is contained in:
Pol Dellaiera
2026-02-17 10:43:55 +00:00
committed by GitHub
+2 -2
View File
@@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation rec {
pname = "freenet";
version = "01505";
version = "01506";
src = fetchFromGitHub {
owner = "hyphanet";
repo = "fred";
tag = "build${version}";
hash = "sha256-0ffYQ+8hZqFLjMk6A2rapKZsz/lZNpbG6K0wDqBSdY8=";
hash = "sha256-MmI/e/Sh4WeSSw2//xpmJtF5/oC9+eauXnTMLuojb2A=";
};
nativeBuildInputs = [