Skip to content

Commit

Permalink
Merge pull request NixOS#271142 from alyaeanyx/qalculate-4.9.0
Browse files Browse the repository at this point in the history
{libqalculate, qalculate-gtk, qalculate-qt}: 4.8.1 -> 4.9.0
  • Loading branch information
doronbehar authored Dec 10, 2023
2 parents 1f8d62a + 08cdc6a commit 29d6c96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/science/math/qalculate-gtk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-gtk";
version = "4.8.1";
version = "4.9.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${finalAttrs.version}";
sha256 = "sha256-bG0hui5GjHWHny/8Rq5sZGz3s5rYnYlpc+K8I/LwDto=";
hash = "sha256-rQxOOxM4TazkDs/H3KEPbdo6WBl0ptyAlZwv8nnGMss=";
};

hardeningDisable = [ "format" ];
Expand All @@ -23,6 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://qalculate.github.io";
maintainers = with maintainers; [ gebner doronbehar alyaeanyx ];
license = licenses.gpl2Plus;
mainProgram = "qalculate-gtk";
platforms = platforms.all;
};
})
5 changes: 3 additions & 2 deletions pkgs/applications/science/math/qalculate-qt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "4.8.1";
version = "4.9.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
rev = "v${finalAttrs.version}";
hash = "sha256-hH+orU+5PmPcrhkLKCdsDhVCrD8Mvxp2RPTGSlsUP7Y=";
hash = "sha256-Ac8RRxLheaenlR7JqKzfBpPxsq7PHfE9qXFf3Vx4GSg=";
};

nativeBuildInputs = [ qmake intltool pkg-config qttools wrapQtAppsHook ];
Expand All @@ -31,6 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "http://qalculate.github.io";
maintainers = with maintainers; [ _4825764518 ];
license = licenses.gpl2Plus;
mainProgram = "qalculate-qt";
platforms = platforms.unix;
};
})
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libqalculate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libqalculate";
version = "4.8.1";
version = "4.9.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${finalAttrs.version}";
sha256 = "sha256-4WqKlwVf4/ixVr98lPFVfNL6EOIfHHfL55xLsYqxkhY=";
hash = "sha256-6W65dg2pZeio3ZVgVLQZrz/eReYcPiYf52zjcaRfE8E=";
};

outputs = [ "out" "dev" "doc" ];
Expand Down

0 comments on commit 29d6c96

Please sign in to comment.