Merge pull request #227480 from r-ryantm/auto-update/ktextaddons

ktextaddons: 1.1.0 -> 1.2.0
This commit is contained in:
K900 2023-04-21 23:25:04 +03:00 committed by GitHub
commit 6058bbafdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ lib, mkDerivation, fetchurl, cmake, extra-cmake-modules, karchive, kconfigwidgets, kcoreaddons, ki18n, kxmlgui, qtkeychain }:
mkDerivation rec {
pname = "ktextaddons";
version = "1.1.0";
version = "1.2.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-BV1tHCD6kGI5Zj8PRZcEanLi1O7huS+qUijjtePDvik=";
hash = "sha256-iBJs7MWSvkxezAxmQUdKTKhG3RhmBWziS62p610IAYM=";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];