pwsafe: 1.20.0 -> 1.21.0fp (#396470)

This commit is contained in:
Wolfgang Walther
2025-04-27 11:23:25 +00:00
committed by GitHub
+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;