about summary refs log tree commit diff
path: root/pkgs/applications/misc/urlscan
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-08 11:46:42 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-08 11:46:42 +0200
commit1313c5c101a3205c8bd83dab055e03b329962bce (patch)
tree7c8187a4324981f387ceee5576dae2a062e55b6b /pkgs/applications/misc/urlscan
parent9331708da6f6596e1e702a98c43dd7685156683a (diff)
urlscan: 1.0.0 -> 1.0.1
Diff: https://github.com/firecat53/urlscan/compare/refs/tags/1.0.0...1.0.1

Changelog: https://github.com/firecat53/urlscan/releases/tag/1.0.1
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 6b95a9b97340a..ce70c5e9e5995 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.0";
+  version = "1.0.1";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "firecat53";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-IvCdc4f784hBM+TEa0zIACz/1/FUnEpGxHUGiS85tt8=";
+    hash = "sha256-OzcoOIgEiadWrsUPIxBJTuZQYjScJBYKyqCu1or6fz8=";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;