libsForQt5.mauikit-filebrowsing: 2.1.0 -> 2.1.1

This commit is contained in:
Robert Schütz 2022-02-08 17:43:43 +00:00 committed by Robert Schütz
parent 3c4e6d616f
commit ab5afaa14c

View file

@ -10,14 +10,14 @@
mkDerivation rec { mkDerivation rec {
pname = "mauikit-filebrowsing"; pname = "mauikit-filebrowsing";
version = "2.1.0"; version = "2.1.1";
src = fetchFromGitLab { src = fetchFromGitLab {
domain = "invent.kde.org"; domain = "invent.kde.org";
owner = "maui"; owner = "maui";
repo = "mauikit-filebrowsing"; repo = "mauikit-filebrowsing";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-j6VoNtMkDB5BSET/RUiQlWdL0D1dAHlW929WNCDC+PE="; hash = "sha256-2LzGvjh2t4RVZS9Js7ky3hM51L7bx0SHmDlKKPjl3LM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [