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