okteta: 0.26.10 -> 0.26.13

authored by

Christian Schuhmann and committed by
Peter Hoeg
061ff084 e1a4c706

+3 -2
+3 -2
pkgs/applications/editors/okteta/default.nix
··· 4 4 5 5 mkDerivation rec { 6 6 pname = "okteta"; 7 - version = "0.26.10"; 7 + version = "0.26.13"; 8 8 9 9 src = fetchurl { 10 10 url = "mirror://kde/stable/okteta/${version}/src/${pname}-${version}.tar.xz"; 11 - sha256 = "sha256-KKYU9+DDK0kXperKfgxuysqHsTGRq1NKtAT1Vps8M/o="; 11 + sha256 = "0wlpv0rk4ys4rbcpf8lqpkm0yr5dxkaz60qk2lvm27w1s489ir8l"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ]; ··· 31 31 meta = with lib; { 32 32 license = licenses.gpl2; 33 33 description = "A hex editor"; 34 + homepage = "https://apps.kde.org/okteta/"; 34 35 maintainers = with maintainers; [ peterhoeg bkchr ]; 35 36 platforms = platforms.linux; 36 37 };