From 1e405be047a79e1abd0c28e52b5009b9675909b8 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 6 Jun 2022 22:31:40 +0200 Subject: ma rss/ratt: use overwritten package --- makefu/2configs/deployment/rss/ratt.nix | 2 +- makefu/5pkgs/ratt/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/makefu/2configs/deployment/rss/ratt.nix b/makefu/2configs/deployment/rss/ratt.nix index b794d920..2e7ecb45 100644 --- a/makefu/2configs/deployment/rss/ratt.nix +++ b/makefu/2configs/deployment/rss/ratt.nix @@ -7,7 +7,7 @@ in { systemd.tmpfiles.rules = ["d ${ratt-path} 0750 nginx nginx - -" ]; systemd.services.run-ratt = { enable = true; - path = with pkgs; [ "/nix/store/vhmzblnaav2lp4lwqdgm13l55qlm79mk-ratt-unstable-2022-01-11" xmlstarlet ]; + path = with pkgs; [ ratt xmlstarlet ]; script = builtins.readFile ./ratt-hourly.sh; scriptArgs = "${./urls} ${out-path}"; diff --git a/makefu/5pkgs/ratt/default.nix b/makefu/5pkgs/ratt/default.nix index 392f1ff9..57ea545b 100644 --- a/makefu/5pkgs/ratt/default.nix +++ b/makefu/5pkgs/ratt/default.nix @@ -11,7 +11,7 @@ buildGoModule rec { }; proxyVendor = true; - vendorSha256 = "0wf299i5z86gysrcmgd5x6zq589qn7h69k1sz4xl5yrhn53mdsq0"; + vendorSha256 = "sha256-901xkzF/p/kUy7tZELwNhgepRDScUeWQM3isy7APuik="; # tests try to access the internet to scrape websites doCheck = false; -- cgit v1.2.3