qalculate-gtk: 4.9.0 -> 5.0.0

Diff: https://github.com/qalculate/qalculate-gtk/compare/v4.9.0...v5.0.0
This commit is contained in:
Doron Behar 2024-03-12 08:14:21 +02:00
parent b807f0c659
commit b668267edd

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-gtk";
version = "4.9.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${finalAttrs.version}";
hash = "sha256-rQxOOxM4TazkDs/H3KEPbdo6WBl0ptyAlZwv8nnGMss=";
hash = "sha256-hlGNL7aMzxBxtATWJBqJTFEQqMv10oC3sRCdtRLHOww=";
};
hardeningDisable = [ "format" ];