summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-10-10 14:08:18 +0200
committermakefu <github@syntax-fehler.de>2018-10-10 14:08:18 +0200
commitf97f63deab36b7ff774c4f132c1a87daecc8e9f5 (patch)
treec213a922b50630aa91e453d2eef8c05f30d4eb9e
parenta083d352b416ba6d13bd15534473053a29ede50b (diff)
ma events-publisher: bump version
-rw-r--r--makefu/2configs/shack/events-publisher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/shack/events-publisher/default.nix b/makefu/2configs/shack/events-publisher/default.nix
index 37d74c282..93a965e95 100644
--- a/makefu/2configs/shack/events-publisher/default.nix
+++ b/makefu/2configs/shack/events-publisher/default.nix
@@ -2,8 +2,8 @@
with import <stockholm/lib>;
let
shack-announce = pkgs.callPackage (builtins.fetchTarball {
- url = "https://github.com/makefu/events-publisher/archive/c5218195e6afdc646cb7682d8f355a7ec2b90716.tar.gz";
- sha256 = "0xk74q7gah3l5zy3bkvih3k9fr1hclvf71rm3ixcmslhicl7khav";
+ url = "https://github.com/makefu/events-publisher/archive/1e98edfabfe5574586b4eb8d30d315ae2afb1f9f.tar.gz";
+ sha256 = "013ca4dkkzc7q49cwad6fxpxv01hd8va02025pazlz5q223nk70z";
}) {} ;
home = "/var/lib/shackannounce";
user = "shackannounce";