{libqalculate, qalculate-gtk, qalculate-qt}: 5.6.0 -> 5.7.0

This commit is contained in:
cyclopentane 2025-08-04 17:03:27 +02:00
parent 1f2103d6b4
commit 1e0af87c7e
No known key found for this signature in database
GPG Key ID: 63F4EC2FFE550874
3 changed files with 6 additions and 6 deletions

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libqalculate";
version = "5.6.0";
version = "5.7.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
tag = "v${finalAttrs.version}";
hash = "sha256-VYnJPXbWxfWtcIiTYGDO3ULtKTNtdBviFUUrXywxDcw=";
hash = "sha256-S2WO/bHZ+L4EZgcgdDVB3jJZjqqk/GoksmhKJ7qTw+Q=";
};
outputs = [

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-gtk";
version = "5.6.0";
version = "5.7.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
tag = "v${finalAttrs.version}";
hash = "sha256-yjZ2Pq6ODEWhBveq4yx8bbWYG557JBFH84TdNr6bHkw=";
hash = "sha256-VPwPf1cQ7jGx9aGv4sjdwu945Nlh3ZqgH9dxtFxiMP4=";
};
hardeningDisable = [ "format" ];

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.6.0";
version = "5.7.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
tag = "v${finalAttrs.version}";
hash = "sha256-AMLHkN3uFUo8uHjtFmOj04iIbU2G+liTidJLzu6elcE=";
hash = "sha256-FvPJLPG5rFd7I3RTEQsLZ7bY9qWnMb32PUYAuiCbA8s=";
};
nativeBuildInputs = with qt6; [