Merge pull request #158796 from teutat3s/bump/qMasterPassword

qMasterPassword: git master -> 1.2.3
This commit is contained in:
Bobby Rong 2022-02-23 10:29:53 +08:00 committed by GitHub
commit 6e9efe5d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];