privacyidea: 3.6.1 -> 3.6.2

ChangeLog: 2d2c928cde/Changelog
This commit is contained in:
Maximilian Bosch 2021-07-28 23:39:27 +02:00
parent e1533b22af
commit 913fed2c45
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -26,13 +26,13 @@ let
in
python3'.pkgs.buildPythonPackage rec {
pname = "privacyIDEA";
version = "3.6.1";
version = "3.6.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-NRfTEZ/6K6xLP+wcT6o54wqk/EyWTiiC9W1KDgaAEbg=";
sha256 = "sha256-kv6XqsbGkaGEhfNxSOjCe6JbFOJnuqwM8CR/J9lJjks=";
fetchSubmodules = true;
};