privacyidea: fix hash

Apparently the tag was force-pushed :(

According to diffoscope the only thing changed is `.readthedocs.yaml`,
so no big deal.
This commit is contained in:
Maximilian Bosch
2023-02-06 16:36:40 +01:00
parent f6c8d04d11
commit ffd4bf730f

View File

@@ -100,7 +100,7 @@ python3'.pkgs.buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-A3Dk1oX0yf5uoH3z7JkH6Uoi+l/jf1BwUurN1U8UnL0=";
sha256 = "sha256-FCvuWXon8c9LnX1FnCxcSTfBR5/6zijD6ld0iAEVFkU=";
fetchSubmodules = true;
};