summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-01 23:56:29 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-26 21:18:21 +0000
commit9378ea057121794a28db561edda6f4495c0843e4 (patch)
tree50d93014742c8e727a9f14cde198e4f3bd064a19
parentlibsForQt5.qtwebengine: build using python3 (diff)
downloadnixpkgs-9378ea057121794a28db561edda6f4495c0843e4.tar.gz
kanidm: 1.1.0-alpha.9 -> 1.1.0-alpha.10
https://github.com/kanidm/kanidm/releases/tag/v1.1.0-alpha.10 (cherry picked from commit 72779c7b0f882c4e0dcfc375b723802437caefba)
-rw-r--r--pkgs/servers/kanidm/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/kanidm/default.nix b/pkgs/servers/kanidm/default.nix
index 0984a622330c..8941a5c7c6cd 100644
--- a/pkgs/servers/kanidm/default.nix
+++ b/pkgs/servers/kanidm/default.nix
@@ -17,16 +17,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "kanidm";
- version = "1.1.0-alpha.9";
+ version = "1.1.0-alpha.10";
src = fetchFromGitHub {
owner = pname;
repo = pname;
- rev = "985462590b1c49b26a0b0ee01e24b1eb01942165";
- hash = "sha256-JtoDuA3NCKmX+wDqav30VwrLeDALYat1iKFWpbYOO1s=";
+ rev = "fb76326234bffd9c9f3f24808d113f2c335c86fe";
+ hash = "sha256-nE3zyigorAbDp5mgXzoyXWGOG+GaFC//SS/7Z9zj1Ps=";
};
- cargoSha256 = "sha256-pkBkXIG2PF5YMeighQwHwhURWbJabfveyszRIdrQjcA=";
+ cargoSha256 = "sha256-/CcmKYPtBHNdhJnO0OmZtW/39HH58qmCE9hFbIiNsaE=";
KANIDM_BUILD_PROFILE = "release_nixos_${arch}";