Skip to content

Commit

Permalink
skrooge: 2.31.0 -> 2.33.0 (#365685)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 9, 2025
2 parents 7bffccf + b99ec6e commit 1d877f5
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 1d877f5

Please sign in to comment.