freenet: 01504 -> 01505

This commit is contained in:
Daniel Nagy
2026-02-09 00:00:00 +01:00
parent 190a798e08
commit f5b066d8b0
+2 -2
View File
@@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation rec {
pname = "freenet";
version = "01504";
version = "01505";
src = fetchFromGitHub {
owner = "hyphanet";
repo = "fred";
tag = "build${version}";
hash = "sha256-a+yRsJ4+gi2UiVeWLsbTgFbzekCSnOJO++9fLVWX0C0=";
hash = "sha256-0ffYQ+8hZqFLjMk6A2rapKZsz/lZNpbG6K0wDqBSdY8=";
};
nativeBuildInputs = [