We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 258ca64 commit 048e885Copy full SHA for 048e885
1 file changed
pkgs/applications/editors/okteta/default.nix
@@ -4,11 +4,11 @@
4
5
mkDerivation rec {
6
pname = "okteta";
7
- version = "0.26.3";
+ version = "0.26.4";
8
9
src = fetchurl {
10
url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
11
- sha256 = "1454844s76skk18gpcf56y9pkmffs7p4z09ggmy37ifzf7yk1p19";
+ sha256 = "00qgzm5mqx0j8f0fznhnw76l9pjyw3lxirvy8ssq59nqqjbb08pg";
12
};
13
14
nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];
0 commit comments