diff options
author | makefu <github@syntax-fehler.de> | 2022-06-06 22:31:40 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-06-07 00:06:20 +0200 |
commit | 1e405be047a79e1abd0c28e52b5009b9675909b8 (patch) | |
tree | b4d81603f786ffe3736b011487469a1f14ec5de3 /makefu/5pkgs/ratt/default.nix | |
parent | 56cb9de375f66e5c2d8d465d830aaea2040587bc (diff) |
ma rss/ratt: use overwritten package
Diffstat (limited to 'makefu/5pkgs/ratt/default.nix')
-rw-r--r-- | makefu/5pkgs/ratt/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/5pkgs/ratt/default.nix b/makefu/5pkgs/ratt/default.nix index 392f1ff9e..57ea545b9 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; |