Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e247e5afeaca
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5bf43e47d3ca
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 16, 2018

  1. nixos/hydron: Various tweaks

    Make timer persistent
    Start timer after hydron
    Change interval from hourly to weekly
    Madouura committed Aug 16, 2018
    Copy the full SHA
    aba87b8 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4513bad View commit details
  3. Copy the full SHA
    f1b9334 View commit details
  4. Merge pull request #45098 from Chiiruno/dev/hydron

    Fix hydron service, update hydron and meguca
    Mic92 authored Aug 16, 2018
    Copy the full SHA
    5bf43e4 View commit details
Showing with 49 additions and 36 deletions.
  1. +8 −4 nixos/modules/services/web-servers/hydron.nix
  2. +3 −3 pkgs/servers/hydron/default.nix
  3. +8 −8 pkgs/servers/hydron/deps.nix
  4. +3 −3 pkgs/servers/meguca/default.nix
  5. +27 −18 pkgs/servers/meguca/server_deps.nix
12 changes: 8 additions & 4 deletions nixos/modules/services/web-servers/hydron.nix
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@ in with lib; {

interval = mkOption {
type = types.str;
default = "hourly";
default = "weekly";
example = "06:00";
description = ''
How often we run hydron import and possibly fetch tags. Runs by default every hour.
How often we run hydron import and possibly fetch tags. Runs by default every week.
The format is described in
<citerefentry><refentrytitle>systemd.time</refentrytitle>
@@ -137,9 +137,13 @@ in with lib; {

systemd.timers.hydron-fetch = {
description = "Automatically import paths into hydron and possibly fetch tags";
after = [ "network.target" ];
after = [ "network.target" "hydron.service" ];
wantedBy = [ "timers.target" ];
timerConfig.OnCalendar = cfg.interval;

timerConfig = {
Persistent = true;
OnCalendar = cfg.interval;
};
};

users = {
6 changes: 3 additions & 3 deletions pkgs/servers/hydron/default.nix
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@

buildGoPackage rec {
name = "hydron-unstable-${version}";
version = "2018-07-30";
version = "2018-08-15";
goPackagePath = "github.com/bakape/hydron";
goDeps = ./deps.nix;

src = fetchFromGitHub {
owner = "bakape";
repo = "hydron";
rev = "586af9da1e551b2a7128c154200e2e2e32d1af7e";
sha256 = "1lif63kcllsbmv06n3b8ayx89k90lximyp23108blcq456wrf0zi";
rev = "4c219dc016f18e11a50e52485cbeb28135921386";
sha256 = "0xj705wdyajzli66p0cxvl47gx6z7nx9cbzm7lbbqn51qxw71p64";
};

enableParallelBuilding = true;
16 changes: 8 additions & 8 deletions pkgs/servers/hydron/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/servers/meguca/default.nix
Original file line number Diff line number Diff line change
@@ -3,15 +3,15 @@

buildGoPackage rec {
name = "meguca-unstable-${version}";
version = "2018-08-02";
version = "2018-08-13";
goPackagePath = "github.com/bakape/meguca";
goDeps = ./server_deps.nix;

src = fetchFromGitHub {
owner = "bakape";
repo = "meguca";
rev = "9224ab13f6c08bcfee5a930088c35bbfbf7491e1";
sha256 = "1cp7d8a216nap1fzxcb58dgkbxdazs14hs9705h1xgly86cvwgv0";
rev = "f8b54370ba74b90f2814e6b42ac003a51fe02ce9";
sha256 = "1036qlvvz0la3fp514kw5qrplm1zsh23ywn2drigniacmqz4m7dv";
fetchSubmodules = true;
};

45 changes: 27 additions & 18 deletions pkgs/servers/meguca/server_deps.nix
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
fetch = {
type = "git";
url = "https://github.com/Masterminds/squirrel";
rev = "cebd809c54c4812b96aadd528be66e01bbe81437";
sha256 = "0xfbxn921h95b5di9cay3bjb8ygam3h718z0plqjdnrqlvqxfbzx";
rev = "8a7e65843414bc07f3d85bebaa10d7cc96253c29";
sha256 = "0n7msdji0h7iysyqsi0iiq9i1hdgyyz9cwzxpc6qppz7cllnfpnn";
};
}
{
@@ -54,6 +54,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 = {
@@ -68,8 +77,8 @@
fetch = {
type = "git";
url = "https://github.com/bakape/thumbnailer";
rev = "93664eb81b19dcb232062bf55f92cf4d7c805a7f";
sha256 = "0jdkb776f6gk0g8zi7r1vcfs6w0i33mn2327x6960jybli7bcfsp";
rev = "326c44736983c316d20c036ce34ca79ce9b96b01";
sha256 = "1a1dniz0zbihk7971z2ln6hlsbvkk13lghgjz346lw4lfc105kxk";
};
}
{
@@ -176,8 +185,8 @@
fetch = {
type = "git";
url = "https://github.com/lann/builder";
rev = "1b87b36280d04fe7882d1512bf038ea2967ad534";
sha256 = "015q46awbyp47vld07yi7d27i0lkd82r7qn5230bb9qxl4mcfiqc";
rev = "47ae307949d02aa1f1069fdafc00ca08e1dbabac";
sha256 = "1kg9jy1rciznj627hafpq2mi7hr5d3ssgqcpwrm3bnlk9sqnydil";
};
}
{
@@ -248,8 +257,8 @@
fetch = {
type = "git";
url = "https://github.com/otium/ytdl";
rev = "325bc9755fb5979d67b65939b8ff88f480424c0e";
sha256 = "0r6b9y2jb1cz1q2w722174lk3qvb3ipsi9jj3cizmhq2n6qqfpmk";
rev = "b071cb3eb1579608df3b52084a017c5753b325e6";
sha256 = "01ankrjgdcw0ncwv0xzqh74xy22vdl2nza0arga72zrakpgk8nw0";
};
}
{
@@ -275,8 +284,8 @@
fetch = {
type = "git";
url = "https://github.com/sirupsen/logrus";
rev = "d329d24db4313262a3b0a24d8aeb1dc4bd294fb0";
sha256 = "1jjmh1nd7lcsrxgr6ycv9m9iwmr8dfn5cxynnj16vw3qazihajk7";
rev = "e4b0c6d7829bcf64435536c4a88f4088a3c76203";
sha256 = "1s3m83wv1wjv95nhkbvml56c12z75x85wlmqill3zqvlm9az6bzg";
};
}
{
@@ -311,35 +320,35 @@
fetch = {
type = "git";
url = "https://go.googlesource.com/crypto";
rev = "c126467f60eb25f8f27e5a981f32a87e3965053f";
sha256 = "0xvvzwxqi1dbrnsvq00klx4bnjalf90haf1slnxzrdmbadyp992q";
rev = "de0752318171da717af4ce24d0a2e8626afaeb11";
sha256 = "1ps1dl2a5lwr3vbwcy8n4i1v73m567y024sk961fk281phrzp13i";
};
}
{
goPackagePath = "golang.org/x/net";
fetch = {
type = "git";
url = "https://go.googlesource.com/net";
rev = "f4c29de78a2a91c00474a2e689954305c350adf9";
sha256 = "02nibjrr1il8sxnr0w1s5fj7gz6ayhg3hsywf948qhc68n5adv8x";
rev = "c39426892332e1bb5ec0a434a079bf82f5d30c54";
sha256 = "1w26avkg623xilnwnad0cq6768cfbs4mxk875382xh0da6ai50s3";
};
}
{
goPackagePath = "golang.org/x/sys";
fetch = {
type = "git";
url = "https://go.googlesource.com/sys";
rev = "3dc4335d56c789b04b0ba99b7a37249d9b614314";
sha256 = "1105b7jqzz8g2bfkdbkj2pdzq4vhfmhm42khir88vjqfd1l7ha31";
rev = "14742f9018cd6651ec7364dc6ee08af0baaa1031";
sha256 = "17k06vwhnlb18n9rb1cdcdqyjcn353znfrr4c90xb3carz1sqfq5";
};
}
{
goPackagePath = "golang.org/x/text";
fetch = {
type = "git";
url = "https://go.googlesource.com/text";
rev = "96e34ec0e18a62a1e59880c7bf617b655efecb66";
sha256 = "1n1p5zz0vyvlhac40hxml6c5xwpsw8rjx1pbls9381a0s19ncbdg";
rev = "6e3c4e7365ddcc329f090f96e4348398f6310088";
sha256 = "1r511ncipn7sdlssn06fpzcpy4mp4spagni4ryxq86p2b0bi8pn4";
};
}
{