pwsafe: 1.20.0 -> 1.21.0fp

This commit is contained in:
R. Ryantm
2025-04-06 03:45:05 +00:00
parent aa44c348cb
commit a7bbd53332
+2 -2
View File
@@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation rec {
pname = "pwsafe";
version = "1.20.0"; # do NOT update to 3.x Windows releases
version = "1.21.0fp"; # do NOT update to 3.x Windows releases
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-GmM7AXnTjw6kme2mZqmKrirsorosSygJ38H5fnIqTZ4=";
hash = "sha256-pPKUFX6NNGtGGjHL3g0Y6xzj+bHU2KDNMhYCnpP9wgM=";
};
strictDeps = true;