okteta: 0.26.15 -> 0.26.18 (#348285)

This commit is contained in:
Sefa Eyeoglu
2024-10-31 23:25:38 +01:00
committed by GitHub
+2 -2
View File
@@ -4,11 +4,11 @@
mkDerivation rec {
pname = "okteta";
version = "0.26.15";
version = "0.26.18";
src = fetchurl {
url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
sha256 = "sha256-BTNQDvcGjBJG4hj1N69yboNth4/ydeOS7T2KiqbPfGM=";
sha256 = "sha256-xAlhZtQuIRtvMaHflCr89lHH6ocqIRAECwHdRa+/imM=";
};
nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];