about summary refs log tree commit diff
path: root/pkgs/applications/misc/urlscan
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@posteo.de>2022-08-04 06:29:47 +0200
committerLucas Hoffmann <lucc@posteo.de>2022-08-04 06:29:47 +0200
commit7f77ad524407a6a943fc6a487747b40bf6791d1c (patch)
tree66a6b32db6d9649c58cc66eef7ef7ec5cc88e6b6 /pkgs/applications/misc/urlscan
parent077dd8fee66cc4d59117f7d1b3865e161ecbd2c6 (diff)
urlscan: 0.9.9 -> 0.9.10
Diffstat (limited to 'pkgs/applications/misc/urlscan')
-rw-r--r--pkgs/applications/misc/urlscan/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/urlscan/default.nix b/pkgs/applications/misc/urlscan/default.nix
index 690f2148e5ffe..726c749d604df 100644
--- a/pkgs/applications/misc/urlscan/default.nix
+++ b/pkgs/applications/misc/urlscan/default.nix
@@ -5,13 +5,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "urlscan";
-  version = "0.9.9";
+  version = "0.9.10";
 
   src = fetchFromGitHub {
     owner = "firecat53";
     repo = pname;
     rev = version;
-    sha256 = "sha256-ZJdmsb+2ElgLFWsicc0S8EQAZhF+gnn+ARgdAyaFDgc=";
+    hash = "sha256-lCOOVAdsr5LajBGY7XUi4J5pJqm5rOH5IMKhA6fju5w=";
   };
 
   propagatedBuildInputs = [