From 05a337ce533584de935de1e331db92f2a86d5b7c Mon Sep 17 00:00:00 2001 From: Okina Matara Date: Sat, 30 Jun 2018 20:10:28 -0500 Subject: [PATCH] meguca: 2018-06-29 -> 2018-07-01 --- pkgs/servers/meguca/default.nix | 6 +++--- pkgs/servers/meguca/server_deps.nix | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/meguca/default.nix b/pkgs/servers/meguca/default.nix index 6b170c8fec0f..f8bad09e7117 100644 --- a/pkgs/servers/meguca/default.nix +++ b/pkgs/servers/meguca/default.nix @@ -4,15 +4,15 @@ buildGoPackage rec { name = "meguca-unstable-${version}"; - version = "2018-06-29"; - rev = "504f872ebee46b8f6c165523a9fcbcd6ddbf8dc2"; + version = "2018-07-01"; + rev = "80db8298b6546c93944251c17fe03371e521671f"; goPackagePath = "github.com/bakape/meguca"; goDeps = ./server_deps.nix; src = fetchgit { inherit rev; url = "https://github.com/bakape/meguca"; - sha256 = "1xjhz4lh4alk30vk03l5qs0c9x6a2023d5gvq59ss8slp9zp8ssa"; + sha256 = "1yix0kxsjm9f3zw9jx2nb3pl8pbqjfhbvbrz42m1h20b1h02s5ml"; fetchSubmodules = true; }; diff --git a/pkgs/servers/meguca/server_deps.nix b/pkgs/servers/meguca/server_deps.nix index 7bdf498bdc37..b2e31515ab48 100644 --- a/pkgs/servers/meguca/server_deps.nix +++ b/pkgs/servers/meguca/server_deps.nix @@ -36,6 +36,15 @@ sha256 = "0maqk0rwp39kcc64w4mfkgcvn2q76hqwziwc3g7ckc1qpwxql5z3"; }; } + { + goPackagePath = "github.com/badoux/goscraper"; + fetch = { + type = "git"; + url = "https://github.com/badoux/goscraper"; + rev = "0213ced7087832e81e8892e8d044150cfc153856"; + sha256 = "0bw5g6h0hypd38z8gfbh40pbw824n4qhk3c0kasw6gn4darx972w"; + }; + } { goPackagePath = "github.com/bakape/mnemonics"; fetch = { @@ -234,6 +243,15 @@ sha256 = "020q1laxjx5kcmnqy4wmdb63zhb0lyq6wpy40axhswzg2nd21s44"; }; } + { + goPackagePath = "golang.org/x/net"; + fetch = { + type = "git"; + url = "https://go.googlesource.com/net"; + rev = "4cb1c02c05b0e749b0365f61ae859a8e0cfceed9"; + sha256 = "05xdcj0pn245y3gpy9p5iamx09424zqwh1w34gwwn5kh51ybgv7k"; + }; + } { goPackagePath = "golang.org/x/sys"; fetch = {