Skip to content

Commit

Permalink
Merge pull request #219838 from alyaeanyx/qalculate-4.6.0
Browse files Browse the repository at this point in the history
{libqalculate, qalculate-gtk, qalculate-qt}: 4.5.1 -> 4.6.0
  • Loading branch information
doronbehar authored Mar 6, 2023
2 parents 777a970 + 2d1959e commit 33c9fd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 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 rec {
pname = "qalculate-gtk";
version = "4.5.1";
version = "4.6.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${version}";
sha256 = "sha256-ilPz2W9pcbK5dnYl7Tuxf9p7ag/KmEufckooXBUcCk0=";
sha256 = "sha256-RdvoBs/QeBR032nMh79TLMGU6U7dsY6Ep+QKq4IKRTk=";
};

hardeningDisable = [ "format" ];
Expand Down
4 changes: 2 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 rec {
pname = "qalculate-qt";
version = "4.5.1";
version = "4.6.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
rev = "v${version}";
hash = "sha256-1MU/Wici+NQWbjoNpE9q6jKx8aKt85OAfb+ZsN/oK5w=";
hash = "sha256-/TDzjlB8rW/TorndcLbxY9pc3q7vY3M6eLxBRfnBs9Y=";
};

nativeBuildInputs = [ qmake intltool pkg-config wrapQtAppsHook ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libqalculate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "libqalculate";
version = "4.5.1";
version = "4.6.0";

src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${version}";
sha256 = "sha256-ipnWrh3L+wp6Qaw9UQVBVHLJvzrpyPFnKbi0U5zlxWU=";
sha256 = "sha256-Chjkpb0v+nzl63UWprEl+BB4+cFtXrLQzTELhf7u/KY=";
};

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

0 comments on commit 33c9fd8

Please sign in to comment.