Merge pull request #226645 from alyaeanyx/qalculate-4.6.1

libqalculate, qalculate-gtk, qalculate-qt: 4.6.0 -> 4.6.1

authored by Doron Behar and committed by GitHub 0c57b3ac 962237b6

+6 -6
+2 -2
pkgs/applications/science/math/qalculate-gtk/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "qalculate-gtk"; 5 - version = "4.6.0"; 5 + version = "4.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "qalculate"; 9 9 repo = "qalculate-gtk"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-RdvoBs/QeBR032nMh79TLMGU6U7dsY6Ep+QKq4IKRTk="; 11 + sha256 = "sha256-eBclDq9Uiu5rA74tlBkOiP3fRwAZn84F3LPA2cKkuw8="; 12 12 }; 13 13 14 14 hardeningDisable = [ "format" ];
+2 -2
pkgs/applications/science/math/qalculate-qt/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "qalculate-qt"; 5 - version = "4.6.0"; 5 + version = "4.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "qalculate"; 9 9 repo = "qalculate-qt"; 10 10 rev = "v${version}"; 11 - hash = "sha256-/TDzjlB8rW/TorndcLbxY9pc3q7vY3M6eLxBRfnBs9Y="; 11 + hash = "sha256-9DT1U0iKj5C/Tc9MggEr/RwHhVr4GSOJQVhTiLFk9NY="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ qmake intltool pkg-config wrapQtAppsHook ];
+2 -2
pkgs/development/libraries/libqalculate/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "libqalculate"; 11 - version = "4.6.0"; 11 + version = "4.6.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "qalculate"; 15 15 repo = "libqalculate"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-Chjkpb0v+nzl63UWprEl+BB4+cFtXrLQzTELhf7u/KY="; 17 + sha256 = "sha256-GOVSNEnEl/oef54q88s+YuLyqPMLyx1eoX7DlWrmo2c="; 18 18 }; 19 19 20 20 outputs = [ "out" "dev" "doc" ];