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

pwsafe: 3.53.0 -> 3.55.0
This commit is contained in:
Mario Rodas 2021-02-08 21:09:57 -05:00 committed by GitHub
commit 1701c3233b
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.53.0";
version = "3.55.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "0nh5jnf5yls2qv5hpfhm6i854zsknyh7d93c987a0cg14sg820fv";
sha256 = "sha256-+Vfwz8xGmSzFNdiN5XYkRqGmFuBVIgexXdH3B+XYY3o=";
};
nativeBuildInputs = [