summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-15 21:59:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-15 21:59:30 +0000
commita6e63040b21c6deeff55e515813656b509d677a2 (patch)
tree651eb3c5abd919de97001b88b03d3c17deb286be
parentac718d02867a84b42522a0ece52d841188208f2c (diff)
okteta: 0.26.9 -> 0.26.10
-rw-r--r--pkgs/applications/editors/okteta/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/okteta/default.nix b/pkgs/applications/editors/okteta/default.nix
index e27c80052f29..c4fd772d35a4 100644
--- a/pkgs/applications/editors/okteta/default.nix
+++ b/pkgs/applications/editors/okteta/default.nix
@@ -4,11 +4,11 @@
mkDerivation rec {
pname = "okteta";
- version = "0.26.9";
+ version = "0.26.10";
src = fetchurl {
url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
- sha256 = "sha256-FoVMTU6Ug4IZrjEVpCujhf2lyH3GyYZayQ03dPjQX/s=";
+ sha256 = "sha256-KKYU9+DDK0kXperKfgxuysqHsTGRq1NKtAT1Vps8M/o=";
};
nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];