about summary refs log tree commit diff
path: root/pkgs/applications/misc/urlscan
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-13 19:40:05 -0800
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-14 06:12:32 -0500
commit4f5063d5eb333f1d689f14a7a96d31ed03ba761b (patch)
treef2e1ec65a3ed543110b0b5e39e2a982c82efc2ef /pkgs/applications/misc/urlscan
parent95f11baa21499faf5d6d52a37e91457074887b8e (diff)
urlscan: 0.9.0 -> 0.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urlscan/versions
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 6b0c4670544fa..a82d7792cabd8 100644
--- a/pkgs/applications/misc/urlscan/default.nix
+++ b/pkgs/applications/misc/urlscan/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "urlscan";
-  version = "0.9.0";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "firecat53";
     repo = pname;
     rev = version;
-    sha256 = "0vad1g234r9agvkdsry9xb6hmn6lg4mygfcy0mg68gibmrg7h1ji";
+    sha256 = "0np7w38wzs72kxap9fsdliafqs0xfqnfj01i7b0fh7k235bgrapz";
   };
 
   propagatedBuildInputs = [ python3Packages.urwid ];