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

pwsafe: 1.16.0 -> 1.17.0
This commit is contained in:
Weijia Wang 2023-06-14 16:49:59 +03:00 committed by GitHub
commit c1ccc861f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
pname = "pwsafe";
version = "1.16.0"; # do NOT update to 3.x Windows releases
version = "1.17.0"; # do NOT update to 3.x Windows releases
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-5/TOg+hiy22vlPJHheE638abhS3B5Jrul0Umgwu+gi0=";
hash = "sha256-C1mt9MklZoQNzs6zhk9CskeA4FfDsBVHNx/LRaqxWiI=";
};
strictDeps = true;