pwsafe: 1.18.0 -> 1.20.0 (#284061)

This commit is contained in:
Wolfgang Walther
2024-12-07 22:32:07 +01:00
committed by GitHub
+2 -2
View File
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation rec {
pname = "pwsafe";
version = "1.18.0"; # do NOT update to 3.x Windows releases
version = "1.20.0"; # do NOT update to 3.x Windows releases
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-2n3JJ/DPhJpNOyviYpqQQl83IAZnmnH5w7b/pOGU8K8=";
hash = "sha256-GmM7AXnTjw6kme2mZqmKrirsorosSygJ38H5fnIqTZ4=";
};
strictDeps = true;