python3Packages.pypykatz: 0.4.2 -> 0.4.3

This commit is contained in:
Fabian Affolter 2021-03-08 12:33:40 +01:00
parent 301f4aa1d2
commit de75622d5f
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "pypykatz";
version = "0.4.2";
version = "0.4.3";
src = fetchFromGitHub {
owner = "skelsec";
repo = pname;
rev = version;
sha256 = "sha256-dTpkwBYEAITdyKsRTfeJk40hgO8+wmxD3d2XXkvWUpc=";
sha256 = "sha256-ows6zJyygdAwgKNKKCURWX+kl42f3CN23/xZrLjkfrw=";
};
propagatedBuildInputs = [