qalculate-gtk: 5.5.0 -> 5.5.1

Diff: https://github.com/qalculate/qalculate-gtk/compare/v5.5.0...v5.5.1
This commit is contained in:
Doron Behar
2025-02-24 17:19:24 +02:00
parent c642731fd0
commit 764cd10d22
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qalculate-gtk";
version = "5.5.0";
version = "5.5.1";
src = fetchFromGitHub {
owner = "qalculate";
repo = "qalculate-gtk";
rev = "v${finalAttrs.version}";
hash = "sha256-9/fj+dwnEpbfcqBDQowhU4ltr/h43NQYTMUQnLL4Ut8=";
hash = "sha256-9KXzsMGSdi+nh5x7ehVHLi7Ni+iK+sFpsacj5ByU7M4=";
};
hardeningDisable = [ "format" ];