about summary refs log tree commit diff
path: root/pkgs/tools/networking/changetower
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-21 22:23:40 +0800
committerGitHub <noreply@github.com>2023-09-21 16:23:40 +0200
commit7735659333e1d39a813ccc26b31757e191192a8c (patch)
treeb6055ab7c7f7796e80f9f0f87ab73bea5f98351b /pkgs/tools/networking/changetower
parentc68510839b08a5b06222d81262ce4b5505d711ff (diff)
downloadnixlib-7735659333e1d39a813ccc26b31757e191192a8c.tar
nixlib-7735659333e1d39a813ccc26b31757e191192a8c.tar.gz
nixlib-7735659333e1d39a813ccc26b31757e191192a8c.tar.bz2
nixlib-7735659333e1d39a813ccc26b31757e191192a8c.tar.lz
nixlib-7735659333e1d39a813ccc26b31757e191192a8c.tar.xz
nixlib-7735659333e1d39a813ccc26b31757e191192a8c.tar.zst
nixlib-7735659333e1d39a813ccc26b31757e191192a8c.zip
treewide: use sri hash (#256481)
Diffstat (limited to 'pkgs/tools/networking/changetower')
-rw-r--r--pkgs/tools/networking/changetower/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/changetower/default.nix b/pkgs/tools/networking/changetower/default.nix
index 62a277dd0cfd..f5d63bb4336a 100644
--- a/pkgs/tools/networking/changetower/default.nix
+++ b/pkgs/tools/networking/changetower/default.nix
@@ -11,10 +11,10 @@ buildGoModule rec {
     owner = "Dc4ts";
     repo = "ChangeTower";
     rev = "v${version}";
-    sha256 = "058ccn6d5f7w268hfqh85bz1xj6ysgfrmyj0b4asjiskq7728v9z";
+    hash = "sha256-P20kzsFTR6kVWUD6mt3T3sge/ioIYgeREfy40oxlDBU=";
   };
 
-  vendorSha256 = "0hagskhwrdsl6s6hn27jriysbxhaz0pqq1h43j7v0ggnwd2s03bq";
+  vendorHash = "sha256-eA2gReP2PbCPHAQGjC/4CvalfczyCAuNNlS3zOHUT0E=";
 
   meta = with lib; {
     description = "Tools to watch for webppage changes";