Skip to content

Commit

Permalink
kanidm: 1.4.0 -> 1.4.1 (#354047)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Nov 6, 2024
2 parents fe348e1 + a7d71f1 commit cfe2415
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ka/kanidm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "kanidm";
version = "1.4.0";
version = "1.4.1";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-hRYHr4r3+LRiaZoJgs3MA5YtDEoKyeg/ohPAIw3OMyo=";
hash = "sha256-cL1XV9UeoRxl7RPZzeeLtgyNjXxeFwpzapnuS292yc4=";
};

cargoHash = "sha256-DfTalKTOiReQCreAzbkSjbhMSW5cdOGGg04i/QKPonE=";
cargoHash = "sha256-c6HeE0971mBIN9NR7knu8SN0Z2W/u1rvIsE6ZCiHBEs=";

KANIDM_BUILD_PROFILE = "release_nixos_${arch}";

Expand Down

0 comments on commit cfe2415

Please sign in to comment.