dpa-ext-gnomekeyring: 5.0.11 -> 6.0.1

This commit is contained in:
rewine 2023-09-26 16:34:16 +08:00
parent 42393f9b09
commit 416ffd6826
No known key found for this signature in database
GPG key ID: 2964FF5514455F51

View file

@ -7,19 +7,20 @@
, wrapQtAppsHook
, dtkwidget
, dde-polkit-agent
, qt5integration
, libsecret
, libgnome-keyring
}:
stdenv.mkDerivation rec {
pname = "dpa-ext-gnomekeyring";
version = "5.0.11";
version = "6.0.1";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-mXaGwbtEwaqfOT0izK64zX4s3VFmsRpUGOVm6oSEhn8=";
hash = "sha256-SyoahSdGPkWitDek4RD5M2hTR78GFpuijryteKVAx6k=";
};
postPatch = ''
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
buildInputs = [
dtkwidget
dde-polkit-agent
qt5integration
libgnome-keyring
libsecret
];