about summary refs log tree commit diff
path: root/pkgs/by-name/sc
diff options
context:
space:
mode:
authorJon Seager <jon@sgrs.uk>2024-02-25 10:05:50 +0000
committerJon Seager <jon@sgrs.uk>2024-02-25 10:05:50 +0000
commit2ca773f986ad10591015ca49352500b8b1553922 (patch)
treef6f38aae1724f590c65e0262c0c31cbf39d836e4 /pkgs/by-name/sc
parenta7ebf1c693bb5a00725bd8b1c67c62be18b58fea (diff)
scrutiny: 0.7.2 -> 0.7.3
Diffstat (limited to 'pkgs/by-name/sc')
-rw-r--r--pkgs/by-name/sc/scrutiny/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/sc/scrutiny/package.nix b/pkgs/by-name/sc/scrutiny/package.nix
index 5ca6a86e9dc1f..0abe624af53dc 100644
--- a/pkgs/by-name/sc/scrutiny/package.nix
+++ b/pkgs/by-name/sc/scrutiny/package.nix
@@ -6,13 +6,13 @@
 }:
 let
   pname = "scrutiny";
-  version = "0.7.2";
+  version = "0.7.3";
 
   src = fetchFromGitHub {
     owner = "AnalogJ";
     repo = "scrutiny";
     rev = "refs/tags/v${version}";
-    hash = "sha256-UYKi+WTsasUaE6irzMAHr66k7wXyec8FXc8AWjEk0qs=";
+    hash = "sha256-S7GW8z6EWB+5vntKew0+EDVqhun+Ae2//15dSIlfoSs=";
   };
 
   frontend = buildNpmPackage {