vaultwarden: 1.23.0 -> 1.23.1

This commit is contained in:
R. Ryantm 2021-12-22 09:48:40 +00:00 committed by Jonathan Ringer
parent f841c9e138
commit b5127f3492

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "vaultwarden"; pname = "vaultwarden";
version = "1.23.0"; version = "1.23.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dani-garcia"; owner = "dani-garcia";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-lbOsJsmZxdBNTbhsGJ1mcjWlJ6802GYM3waTiWYOErY="; sha256 = "sha256-UMeltpuGUPdB5j4NBxA6SuLUqzinrF8USCaJk9SjDJA=";
}; };
cargoSha256 = "sha256-ViXpoPkBznB0o/dc/l1r3m0y+z2w58wqlU8/cg8u7tI="; cargoSha256 = "sha256-8SjCWioOK/bk6G+0Yfl0ilgbLu83hn+AtuX9QWrnQEc=";
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