Merge pull request #134470 from r-ryantm/auto-update/pwsafe

pwsafe: 3.55.0 -> 3.56.0
This commit is contained in:
Maximilian Bosch 2021-08-21 14:05:54 +02:00 committed by GitHub
commit 8a0238e5a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "pwsafe";
version = "3.55.0";
version = "3.56.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-+Vfwz8xGmSzFNdiN5XYkRqGmFuBVIgexXdH3B+XYY3o=";
sha256 = "sha256-ZLX/3cs1cdia5+32QEwE6q3V0uFNkkmiIGboKW6Xej8=";
};
nativeBuildInputs = [