Revert "Update"

This reverts commit 13f24c6880.
This commit is contained in:
2025-07-24 11:02:13 +01:00
parent 15bf209e8c
commit 9c48849e68
9 changed files with 49 additions and 16 deletions

View File

@@ -3,13 +3,13 @@
# FIXME: https://github.com/dani-garcia/vaultwarden/pull/3899
pkgs.rustPlatform.buildRustPackage (finalAttrs: {
pname = "oidcwarden";
version = "2025.6.1-3";
version = "2025.6.1-2";
src = pkgs.fetchFromGitHub {
owner = "Timshel";
repo = "OIDCWarden";
rev = "v${finalAttrs.version}";
hash = "sha256-I4zOWIU8iBQeLMMQSVcKc3w+WodiZ6MDYnKR7H/+v0Y=";
hash = "sha256-wpb+7/a8TEaLvOiMt/POLvl+rb6hHG99audNghSJvII=";
};
useFetchCargoVendor = true;