about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-02 09:53:05 -0400
committerGitHub <noreply@github.com>2024-05-02 09:53:05 -0400
commit5dc4c9d85eed77cb82bbee20e2ed327d78f656c6 (patch)
tree1540895cf6222db8b8f70ea1f8662a3fd9c43900
parent57021e3049dd363f942365386f2d566417f74f6d (diff)
parent4071e07a59bbbf4ff452734bb186dee6e2841fd6 (diff)
downloadnixlib-5dc4c9d85eed77cb82bbee20e2ed327d78f656c6.tar
nixlib-5dc4c9d85eed77cb82bbee20e2ed327d78f656c6.tar.gz
nixlib-5dc4c9d85eed77cb82bbee20e2ed327d78f656c6.tar.bz2
nixlib-5dc4c9d85eed77cb82bbee20e2ed327d78f656c6.tar.lz
nixlib-5dc4c9d85eed77cb82bbee20e2ed327d78f656c6.tar.xz
nixlib-5dc4c9d85eed77cb82bbee20e2ed327d78f656c6.tar.zst
nixlib-5dc4c9d85eed77cb82bbee20e2ed327d78f656c6.zip
Merge pull request #308507 from r-ryantm/auto-update/urlscan
urlscan: 1.0.1 -> 1.0.2
-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 3715ef27524e..2247344ba765 100644
--- a/pkgs/applications/misc/urlscan/default.nix
+++ b/pkgs/applications/misc/urlscan/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "urlscan";
-  version = "1.0.1";
+  version = "1.0.2";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "firecat53";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-OzcoOIgEiadWrsUPIxBJTuZQYjScJBYKyqCu1or6fz8=";
+    hash = "sha256-nyq4BrpfbZwK/nOnB8ZEN1wlM8CssYVRvV7ytpX7k40=";
   };
 
   nativeBuildInputs = with python3.pkgs; [