python312Packages.facedancer: 3.0.5 -> 3.0.6 (#364399)

This commit is contained in:
Nick Cao
2024-12-12 10:22:56 -05:00
committed by GitHub
@@ -12,15 +12,15 @@
buildPythonPackage rec {
pname = "facedancer";
version = "3.0.5";
version = "3.0.6";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "facedancer";
rev = "refs/tags/${version}";
hash = "sha256-fI40HHtLrjvx/AClTgKzmaLJifD/KUme5BL2AKThnds=";
tag = version;
hash = "sha256-okpxZzVwVgpFuZIsmJ8+1UwwxYFAPFpCkVnIxJjddwE=";
};
postPatch = ''