qalculate-qt: 5.5.0 -> 5.5.1

Diff: https://github.com/qalculate/qalculate-qt/compare/v5.5.0...v5.5.1
This commit is contained in:
Doron Behar
2025-02-24 17:19:41 +02:00
parent 764cd10d22
commit 11ce3ddae1
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-qt";
version = "5.5.0";
version = "5.5.1";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-qt";
rev = "v${finalAttrs.version}";
hash = "sha256-IfdD3Nk+feLnILgEpccjEBlWfcW8ps7U+V7pTRG3LwM=";
hash = "sha256-mk1K+xekyusW17iH7Ecgd9VKCDCu5H2dTG0rtTctTeU=";
};
nativeBuildInputs = with qt6; [