qMasterPassword: git master -> 1.2.3

This commit is contained in:
teutat3s 2022-02-09 17:02:25 +01:00
parent 98bb5b77c8
commit 8682de95b5
No known key found for this signature in database
GPG Key ID: 18DAE600A6BBE705

View File

@ -1,14 +1,14 @@
{ lib, stdenv, mkDerivation, fetchFromGitHub, qtbase, qmake, qttools, libX11, libXtst, openssl, libscrypt }:
mkDerivation rec {
pname = "qMasterPassword-unstable";
version = "2022-01-28";
pname = "qMasterPassword";
version = "1.2.3";
src = fetchFromGitHub {
owner = "bkueng";
repo = "qMasterPassword";
rev = "7ade33952531731c266c2597f4212c93aca68c59";
sha256 = "sha256-MdV6AkRh072++sKoeuwvhgqLEfUkTF34xt6OH9n59Q0=";
repo = pname;
rev = "v${version}";
sha256 = "sha256-eUJD9FoGaDzADKm3wZHs5Bhdt7RoM1WTTVNP6xUV7gs=";
};
buildInputs = [ qtbase libX11 libXtst openssl libscrypt ];