Skip to content

Commit

Permalink
libqalculate: 5.5.0 -> 5.5.1 (#384787)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored Feb 24, 2025
2 parents 1d95815 + 11ce3dd commit 04bbc76
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libqalculate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "libqalculate";
version = "5.5.0";
version = "5.5.1";

src = fetchFromGitHub {
owner = "qalculate";
repo = "libqalculate";
rev = "v${finalAttrs.version}";
hash = "sha256-lyewx2dc8EywDvLnOkbrys5ObMR7BkEppN/cpWHPBbg=";
hash = "sha256-bx0a64EyF6/QzpQ6acgs4VO61Mvv1a/VXJyUQ7ksdxI=";
};

outputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/qa/qalculate-gtk/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/qa/qalculate-qt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 04bbc76

Please sign in to comment.