Skip to content

Commit 541db58

Browse files
committed
urlscan: 0.9.4 -> 0.9.5
1 parent c87c474 commit 541db58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/misc/urlscan/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
python3Packages.buildPythonApplication rec {
44
pname = "urlscan";
5-
version = "0.9.4";
5+
version = "0.9.5";
66

77
src = fetchFromGitHub {
88
owner = "firecat53";
99
repo = pname;
1010
rev = version;
11-
sha256 = "11wkwjqsq848ks6m2jqsb8h0xnz75fb60bm0c4jkxys9wzy4chg5";
11+
sha256 = "16g7dzvjcfhaz52wbmcapamy55l7vfhgizqy3m8dv9gkmy8vap89";
1212
};
1313

1414
propagatedBuildInputs = [ python3Packages.urwid ];

0 commit comments

Comments
 (0)