{libqalculate, qalculate-gtk, qalculate-qt}: 5.0.0 -> 5.1.0

+6 -6
+2 -2
pkgs/applications/science/math/qalculate-gtk/default.nix
··· 2 2 3 3 stdenv.mkDerivation (finalAttrs: { 4 4 pname = "qalculate-gtk"; 5 - version = "5.0.0"; 5 + version = "5.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "qalculate"; 9 9 repo = "qalculate-gtk"; 10 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-hlGNL7aMzxBxtATWJBqJTFEQqMv10oC3sRCdtRLHOww="; 11 + hash = "sha256-yI+8TrNZJt4eJnDX5mk6RozBe2ZeP7sTyAjsgiYQPck="; 12 12 }; 13 13 14 14 hardeningDisable = [ "format" ];
+2 -2
pkgs/applications/science/math/qalculate-qt/default.nix
··· 2 2 3 3 stdenv.mkDerivation (finalAttrs: { 4 4 pname = "qalculate-qt"; 5 - version = "5.0.0"; 5 + version = "5.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "qalculate"; 9 9 repo = "qalculate-qt"; 10 10 rev = "v${finalAttrs.version}"; 11 - hash = "sha256-X7IY2yXpZiyE+T2dl0G4tWpJ5O6MVCy/sOY3v9inma0="; 11 + hash = "sha256-gJfIC5HdA10gb/Dh/yhJbkCZfhUnN0zihqyfDjPv6ow="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ qmake intltool pkg-config qttools wrapQtAppsHook ];
+2 -2
pkgs/development/libraries/libqalculate/default.nix
··· 18 18 19 19 stdenv.mkDerivation (finalAttrs: { 20 20 pname = "libqalculate"; 21 - version = "5.0.0"; 21 + version = "5.1.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "qalculate"; 25 25 repo = "libqalculate"; 26 26 rev = "v${finalAttrs.version}"; 27 - hash = "sha256-VhaGgtSU6+7eMY7ksQMpybmt2JBI80Nwgu7PCKrTorA="; 27 + hash = "sha256-74P8jIeg0Pge+/U0cQsrEfE+P8upBAr8xSyLhB4zOVU="; 28 28 }; 29 29 30 30 outputs = [ "out" "dev" "doc" ];