Skip to content

Commit

Permalink
Merge pull request #144638 from veehaitch/zhf-nassl
Browse files Browse the repository at this point in the history
python3Packages.nassl: 4.0.0 -> 4.0.1
  • Loading branch information
thiagokokada authored Nov 4, 2021
2 parents c75cf68 + 11a2832 commit 831f9b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nassl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ let
in
buildPythonPackage rec {
pname = "nassl";
version = "4.0.0";
version = "4.0.1";
disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "nabla-c0d3";
repo = pname;
rev = version;
hash = "sha256-6lk2YfI9km10YbJAn38fvo9qa4iXcByL+udCsDe+kvU=";
hash = "sha256-QzO7ABh2weBO6NVFIj7kZpS8ashbDGompuvdKteJeUc=";
};

postPatch = let
Expand Down

0 comments on commit 831f9b6

Please sign in to comment.