Skip to content

Commit

Permalink
skrooge: 2.31.0 -> 2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Dec 16, 2024
1 parent 410303f commit b99ec6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/office/skrooge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@
kwindowsystem,
libofx,
shared-mime-info,
qtquickcontrols2,
}:

mkDerivation rec {
pname = "skrooge";
version = "2.31.0";
version = "2.33.0";

src = fetchurl {
url = "mirror://kde/stable/skrooge/skrooge-${version}.tar.xz";
hash = "sha256-S90sUKJkUwgPAGlIuyN05a5DoehTFpFOnVLMF8Ac+HI=";
hash = "sha256-9K4/r3I9VNdUKHi4FCo0SxR+QzewvEKGOQevRM/r9GU=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -65,6 +66,7 @@ mkDerivation rec {
krunner
kwindowsystem
libofx
qtquickcontrols2
];

# SKG_DESIGNER must be used to generate the needed library for QtDesigner.
Expand Down

0 comments on commit b99ec6e

Please sign in to comment.