Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-06-29 23:04:34 +01:00
parent ea2ab2101a
commit b8c43dc5d8
9 changed files with 43 additions and 34 deletions

View File

@@ -3,13 +3,13 @@
# FIXME: https://github.com/dani-garcia/vaultwarden/pull/3899
pkgs.rustPlatform.buildRustPackage rec {
pname = "oidcwarden";
version = "2025.5.1-4";
version = "2025.6.1-1";
src = pkgs.fetchFromGitHub {
owner = "Timshel";
repo = "OIDCWarden";
rev = "v${version}";
hash = "sha256-OEKksnZlL6kkNkU1pu7y58++EmunN0yQHwJtZwt3Cbs=";
hash = "sha256-iITUggrxLkFj/QSGj/8uEt8t30l04EVpuX9ylzmaBy8=";
};
useFetchCargoVendor = true;
@@ -27,7 +27,7 @@ pkgs.rustPlatform.buildRustPackage rec {
passthru = with pkgs.vaultwarden; {
inherit webvault updateScript;
tests = pkgs.lib.nixosTests.vaultwarden;
tests = pkgs.nixosTests.vaultwarden;
};
meta.mainProgram = "oidcwarden";