Unverified Commit aa1257d0 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #299080 from mweinelt/kanidm-update

kanidm: update to latest rc.16 commit
parents e3064146 c12dedfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3192,6 +3192,7 @@ dependencies = [
 "hex",
 "idlset",
 "image 0.24.8",
 "itertools 0.12.1",
 "kanidm_build_profiles",
 "kanidm_lib_crypto",
 "kanidm_proto",
+2 −2
Original line number Diff line number Diff line
@@ -25,8 +25,8 @@ rustPlatform.buildRustPackage rec {
    owner = pname;
    repo = pname;
    # Latest revision of 1.1.0-rc.16 stable branch
    rev = "4c88d6b27c9b82ad5b2482bda140025d7068293f";
    hash = "sha256-tatZ56uIusNvAAGwJ731rfmHvheOtPXjPUxLuAPFxXs=";
    rev = "e51d0dee44ecabbf7be9e855753453bb2f61cced";
    hash = "sha256-YgrlmSrjOzn/oFWmYy/71xwcq53lJbmiLIFzn2sIFAk=";
  };

  cargoLock = {