diff --git a/pkgs/by-name/vu/vulnix/package.nix b/pkgs/by-name/vu/vulnix/package.nix index e124fffbbe07..23e9c13ed400 100644 --- a/pkgs/by-name/vu/vulnix/package.nix +++ b/pkgs/by-name/vu/vulnix/package.nix @@ -8,13 +8,13 @@ python3Packages.buildPythonApplication rec { pname = "vulnix"; - version = "1.10.1-unstable-2024-04-02"; + version = "1.10.2"; src = fetchFromGitHub { owner = "nix-community"; repo = "vulnix"; - rev = "ebd8ea84553c0fd95bc3042584b495560821500f"; - hash = "sha256-huC520cLPjcmnbh+qOamyVfiIJNrCUpwK+orEp+X2LQ="; + rev = "9abfc80da0b4135e982332e448a3969f3b28785b"; + hash = "sha256-gSgAGN7LlciW4uY3VS49CbZ9WuRUcduJ5V7JesA8OVo="; }; postPatch = ''