vulnix: 1.10.1-unstable-2024-04-02 -> 1.10.2

Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
This commit is contained in:
Henri Rosten
2024-12-13 13:42:58 +02:00
parent 5800c4e1f0
commit ee4d933d36
+3 -3
View File
@@ -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 = ''