Martin Weinelt 2022-07-28 01:14:40 +02:00
parent 99631c06d0
commit 86e3f6a1ed
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "vaultwarden"; pname = "vaultwarden";
version = "1.24.0"; version = "1.25.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dani-garcia"; owner = "dani-garcia";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-zeMVdsTSp1z8cwebU2N6w7436N8CcI7PzNedDOSvEx4="; sha256 = "sha256-6CpdvLCw7SUmWm9NHAxFAo454Rrp1FloDp67YAr0pjQ=";
}; };
cargoSha256 = "sha256-Sn6DuzV2OfaywE0W2afRG0h8PfOprqMtZtYM/exGEww="; cargoSha256 = "sha256-+rXQGZNUz6UDLFVNbyHF6dTe3nEm5/2ITmVI+MfY6nM=";
postPatch = '' postPatch = ''
# Upstream specifies 1.57; nixpkgs has 1.56 which also produces a working # Upstream specifies 1.57; nixpkgs has 1.56 which also produces a working