Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

qalculate-gtk: 3.20.1 -> 3.21.0

Add @doronbehar as maintainer to qalculate-gtk and libqalculate.

+4 -4
+3 -3
pkgs/applications/science/math/qalculate-gtk/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "qalculate-gtk"; 5 - version = "3.20.1"; 6 7 src = fetchFromGitHub { 8 owner = "qalculate"; 9 repo = "qalculate-gtk"; 10 rev = "v${version}"; 11 - sha256 = "sha256-GTOdJ4dxR491WU6WM47xLHO7RGUGXkdHuQIDxJvVvFE="; 12 }; 13 14 hardeningDisable = [ "format" ]; ··· 20 meta = with lib; { 21 description = "The ultimate desktop calculator"; 22 homepage = "http://qalculate.github.io"; 23 - maintainers = with maintainers; [ gebner ]; 24 license = licenses.gpl2Plus; 25 platforms = platforms.all; 26 };
··· 2 3 stdenv.mkDerivation rec { 4 pname = "qalculate-gtk"; 5 + version = "3.21.0"; 6 7 src = fetchFromGitHub { 8 owner = "qalculate"; 9 repo = "qalculate-gtk"; 10 rev = "v${version}"; 11 + sha256 = "sha256-w0frk1Nd1/HTo94VAbD7QjVuT8laPbmgd8ENTb0+89c="; 12 }; 13 14 hardeningDisable = [ "format" ]; ··· 20 meta = with lib; { 21 description = "The ultimate desktop calculator"; 22 homepage = "http://qalculate.github.io"; 23 + maintainers = with maintainers; [ gebner doronbehar ]; 24 license = licenses.gpl2Plus; 25 platforms = platforms.all; 26 };
+1 -1
pkgs/development/libraries/libqalculate/default.nix
··· 41 meta = with lib; { 42 description = "An advanced calculator library"; 43 homepage = "http://qalculate.github.io"; 44 - maintainers = with maintainers; [ gebner ]; 45 license = licenses.gpl2Plus; 46 platforms = platforms.all; 47 };
··· 41 meta = with lib; { 42 description = "An advanced calculator library"; 43 homepage = "http://qalculate.github.io"; 44 + maintainers = with maintainers; [ gebner doronbehar ]; 45 license = licenses.gpl2Plus; 46 platforms = platforms.all; 47 };