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