summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Schuhmann <27343688+c-schuhmann@users.noreply.github.com>2023-10-02 21:31:14 +0200
committerPeter Hoeg <peter@hoeg.com>2023-10-16 10:13:28 +0200
commit061ff0847e4223de78fe062cd656075720c16fa8 (patch)
tree91435dcb4edc540b1a88a83ebcdd004c438f210d
parente1a4c706e64d771e91a4b31fce5fd51eb259ef2c (diff)
downloadnixpkgs-061ff0847e4223de78fe062cd656075720c16fa8.tar
nixpkgs-061ff0847e4223de78fe062cd656075720c16fa8.tar.gz
nixpkgs-061ff0847e4223de78fe062cd656075720c16fa8.tar.bz2
nixpkgs-061ff0847e4223de78fe062cd656075720c16fa8.tar.lz
nixpkgs-061ff0847e4223de78fe062cd656075720c16fa8.tar.xz
nixpkgs-061ff0847e4223de78fe062cd656075720c16fa8.tar.zst
nixpkgs-061ff0847e4223de78fe062cd656075720c16fa8.zip
okteta: 0.26.10 -> 0.26.13
-rw-r--r--pkgs/applications/editors/okteta/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/editors/okteta/default.nix b/pkgs/applications/editors/okteta/default.nix
index c4fd772d35a..72ff8ae5d60 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.10";
+  version = "0.26.13";
 
   src = fetchurl {
     url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz";
-    sha256 = "sha256-KKYU9+DDK0kXperKfgxuysqHsTGRq1NKtAT1Vps8M/o=";
+    sha256 = "0wlpv0rk4ys4rbcpf8lqpkm0yr5dxkaz60qk2lvm27w1s489ir8l";
   };
 
   nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];
@@ -31,6 +31,7 @@ mkDerivation rec {
   meta = with lib; {
     license = licenses.gpl2;
     description = "A hex editor";
+    homepage = "https://apps.kde.org/okteta/";
     maintainers = with maintainers; [ peterhoeg bkchr ];
     platforms = platforms.linux;
   };