python3Packages.python-kadmin-rs: 0.6.0 -> 0.6.1

This commit is contained in:
Jan van Brügge
2025-07-22 14:22:44 +01:00
parent 06e427292c
commit 27d0e32cf8
@@ -17,19 +17,19 @@
buildPythonPackage rec {
pname = "python-kadmin-rs";
version = "0.6.0";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "authentik-community";
repo = "kadmin-rs";
rev = "kadmin/version/${version}";
hash = "sha256-dtHLhiUjFqINrkIcx72tIRnaWEl15iA/q7DJ28/gPJk=";
hash = "sha256-FEOWsUQhLXU1xqaTLe6GKO1OYi5fVDyT1dowiAyzbGI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-E/AQrhLsp86cBWz6SOukA1hbpuTogkFzDXlbH+tpInQ=";
hash = "sha256-tvjwNfjMc8k4GK9rZXFG9CfcSlUW/B95YimLtH4iEbM=";
};
buildInputs = [