Skip to content

Commit

Permalink
firefly-iii-data-importer: remove external ids fix patch
Browse files Browse the repository at this point in the history
The data importer has been upgraded and the patch is no longer needed
(and it's failing to apply).
  • Loading branch information
diogotcorreia committed Dec 14, 2024
1 parent 9af3aed commit 3134e56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions overlays/firefly-iii-data-importer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
{...}: final: prev: {
firefly-iii-data-importer = prev.firefly-iii-data-importer.overrideAttrs (oldAttrs: {
patches = [
# Fix issue where too long external IDs in transactions break import
# https://github.com/firefly-iii/firefly-iii/issues/9347
(prev.fetchpatch {
url = "https://github.com/firefly-iii/data-importer/commit/abb351f268b0f91c52cc7076098d79f5661a8873.patch";
sha256 = "sha256-KTghYeQH7EQ5aDJvOsgdImuEg1H7qJ8vB9zagMbKiPI=";
})
# Throw warning instead of error if transactions cannot be found
./0001-no-transactions-warning-instead-of-error.diff
];
Expand Down

0 comments on commit 3134e56

Please sign in to comment.