summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-12-13 01:33:35 +0100
committermakefu <github@syntax-fehler.de>2018-12-13 01:33:35 +0100
commit5ca737e3409b09700f13e39c91e3f0f7af774f00 (patch)
treeb1bdf819091a3228779690fe1b772f4a95252880
parent7e1c21071bb902e933f57788e9744269fdf66ce7 (diff)
ma events-publisher: bump to latest version
-rw-r--r--2configs/shack/events-publisher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/shack/events-publisher/default.nix b/2configs/shack/events-publisher/default.nix
index 531d2525e..964e5ccbb 100644
--- a/2configs/shack/events-publisher/default.nix
+++ b/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/670f4d7182a41b6763296e301612499d2986f213.tar.gz";
- sha256 = "1yf9cb08v4rc6x992yx5lcyn62sm3p8i2b48rsmr4m66xdi4bpnd";
+ url = "https://github.com/makefu/events-publisher/archive/419afdfe16ebf7f2360d2ba64b67ca88948832bd.tar.gz";
+ sha256 = "0rn1ykgjbd79zg03maa49kzi6hpzn4xzf4j93qgx5wax7h12qjx0";
}) {} ;
home = "/var/lib/shackannounce";
user = "shackannounce";