ktextaddons: 1.2.0 -> 1.3.2

This commit is contained in:
R. Ryantm 2023-05-22 06:53:30 +00:00
parent af56b152ea
commit 7102501b04

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.2.0";
version = "1.3.2";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-iBJs7MWSvkxezAxmQUdKTKhG3RhmBWziS62p610IAYM=";
hash = "sha256-mB7Hh2Ljrg8D2GxDyHCa1s6CVmg5DDkhwafEqtSqUeM=";
};
nativeBuildInputs = [ cmake extra-cmake-modules ];