Merge pull request #115612 from Thra11/nemo-qml-plugin-dbus

nemo-qml-plugin-dbus: 2.1.23 -> 2.1.24
This commit is contained in:
Sandro 2021-03-10 02:30:40 +01:00 committed by GitHub
commit 4883b23647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
mkDerivation rec {
pname = "nemo-qml-plugin-dbus";
version = "2.1.23";
version = "2.1.24";
src = fetchFromGitLab {
domain = "git.sailfishos.org";
owner = "mer-core";
repo = "nemo-qml-plugin-dbus";
rev = version;
sha256 = "0ww478ds7a6h4naa7vslj6ckn9cpsgcml0q7qardkzmdmxsrv1ag";
sha256 = "1ilg929456d3k0xkvxa5r4k7i4kkw9i8kgah5xx1yq0d9wka0l77";
};
nativeBuildInputs = [ qmake ];