Merge pull request #243236 from r-ryantm/auto-update/nsz

nsz: 4.2.1 -> 4.3.0
This commit is contained in:
Weijia Wang 2023-07-15 20:29:49 +02:00 committed by GitHub
commit b1c9290e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ]