Skip to content

Commit

Permalink
qalculate-qt: 5.5.0 -> 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar committed Feb 24, 2025
1 parent 764cd10 commit 11ce3dd
Showing 1 changed file with 2 additions and 2 deletions.
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 11ce3dd

Please sign in to comment.