about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJon Seager <jon@sgrs.uk>2024-02-25 10:05:42 +0000
committerJon Seager <jon@sgrs.uk>2024-02-25 10:05:42 +0000
commita7ebf1c693bb5a00725bd8b1c67c62be18b58fea (patch)
treeb0d50781672a54f5098eed73774c5284ec431f35
parente9f22fb5cbc9d90d9cf58c7f8d2e9d7664fe1b1d (diff)
downloadnixlib-a7ebf1c693bb5a00725bd8b1c67c62be18b58fea.tar
nixlib-a7ebf1c693bb5a00725bd8b1c67c62be18b58fea.tar.gz
nixlib-a7ebf1c693bb5a00725bd8b1c67c62be18b58fea.tar.bz2
nixlib-a7ebf1c693bb5a00725bd8b1c67c62be18b58fea.tar.lz
nixlib-a7ebf1c693bb5a00725bd8b1c67c62be18b58fea.tar.xz
nixlib-a7ebf1c693bb5a00725bd8b1c67c62be18b58fea.tar.zst
nixlib-a7ebf1c693bb5a00725bd8b1c67c62be18b58fea.zip
scrutiny-collector: 0.7.2 -> 0.7.3
-rw-r--r--pkgs/by-name/sc/scrutiny-collector/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/sc/scrutiny-collector/package.nix b/pkgs/by-name/sc/scrutiny-collector/package.nix
index 2c1ec9efb27f..0fc1835bfa52 100644
--- a/pkgs/by-name/sc/scrutiny-collector/package.nix
+++ b/pkgs/by-name/sc/scrutiny-collector/package.nix
@@ -6,7 +6,7 @@
 , lib
 }:
 let
-  version = "0.7.2";
+  version = "0.7.3";
 in
 buildGoModule rec {
   inherit version;
@@ -16,7 +16,7 @@ buildGoModule rec {
     owner = "AnalogJ";
     repo = "scrutiny";
     rev = "refs/tags/v${version}";
-    hash = "sha256-UYKi+WTsasUaE6irzMAHr66k7wXyec8FXc8AWjEk0qs=";
+    hash = "sha256-S7GW8z6EWB+5vntKew0+EDVqhun+Ae2//15dSIlfoSs=";
   };
 
   subPackages = "collector/cmd/collector-metrics";