qMasterPassword: 1.2.3 -> 1.2.4

This commit is contained in:
teutat3s
2022-11-07 15:05:46 +01:00
parent 6265851e85
commit d3e91e9b3d
@@ -2,13 +2,13 @@
mkDerivation rec {
pname = "qMasterPassword";
version = "1.2.3";
version = "1.2.4";
src = fetchFromGitHub {
owner = "bkueng";
repo = pname;
rev = "v${version}";
sha256 = "sha256-eUJD9FoGaDzADKm3wZHs5Bhdt7RoM1WTTVNP6xUV7gs=";
sha256 = "sha256-VQ1ZkXaZ5sUbtWa/GreTr5uXvnZ2Go6owJ2ZBK25zns=";
};
buildInputs = [ qtbase libX11 libXtst openssl libscrypt ];