kdePackages.accounts-qt: 1.16-unstable-2023-11-24 -> 1.17
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
{ stdenv, lib, fetchFromGitLab, doxygen, glib, libaccounts-glib, pkg-config, qmake, qtbase, wrapQtAppsHook }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "accounts-qt";
|
||||
version = "1.16-unstable-2023-11-24";
|
||||
version = "1.17";
|
||||
|
||||
# pinned to fork with Qt6 support
|
||||
src = fetchFromGitLab {
|
||||
owner = "accounts-sso";
|
||||
repo = "libaccounts-qt";
|
||||
rev = "18557f7def9af8f4a9e0e93e9f575ae11e5066aa";
|
||||
hash = "sha256-8FGZmg2ljSh1DYZfklMTrWN7Sdlk/Atw0qfpbb+GaBc=";
|
||||
rev = "refs/tags/VERSION_${finalAttrs.version}";
|
||||
hash = "sha256-mPZgD4r7vlUP6wklvZVknGqTXZBckSOtNzK7p6e2qSA=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ glib libaccounts-glib ];
|
||||
@@ -28,4 +28,4 @@ stdenv.mkDerivation {
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user