Unverified Commit b147dd6f authored by Daniel Nagy's avatar Daniel Nagy
Browse files
parent 1cbc55b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [