nsz: 4.2.1 -> 4.3.0

This commit is contained in:
R. Ryantm 2023-07-13 08:58:22 +00:00
parent ff6e67d2c2
commit ec11bccfca

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "nsz";
version = "4.2.1";
version = "4.3.0";
src = fetchFromGitHub {
owner = "nicoboss";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-It815Uxxs4T9BM9EypAfPuq4Oy8rgGLpKA79m2xM8N4=";
hash = "sha256-azmUJ3ofLdNwNeIQL/TuPYE98FZ8yXwbJx3wHCo8lw4=";
};
propagatedBuildInputs = [pycryptodome enlighten zstandard ]