Unverified Commit 20165c73 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

freenet: 01505 -> 01506 (#490959)

parents 5c913da9 b147dd6f
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 = [