freenet: 01505 -> 01506
Changelog: https://github.com/hyphanet/fred/releases/tag/build01506 Diff: https://github.com/hyphanet/fred/compare/build01505...build01506
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user