Skip to content

Commit 9b7d73a

Browse files
committed
firefly-iii: 6.2.6 -> 6.2.9
1 parent 4232450 commit 9b7d73a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/fi/firefly-iii/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenvNoCC.mkDerivation (finalAttrs: {
1515
pname = "firefly-iii";
16-
version = "6.2.6";
16+
version = "6.2.9";
1717

1818
src = fetchFromGitHub {
1919
owner = "firefly-iii";
2020
repo = "firefly-iii";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-JMBnlWQ1dtib3vjF9US9RAegINF+NLqgPhJIkYjZm9A=";
22+
hash = "sha256-CF/Q7kLpNJuFxCvFuHdrobApjgnr4Fh991kgZLK0I5w=";
2323
};
2424

2525
buildInputs = [ php84 ];
@@ -38,12 +38,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
3838
composerStrictValidation = true;
3939
strictDeps = true;
4040

41-
vendorHash = "sha256-Fpv9bqUz60ZFij3wk5h6uRfDU9uJlb/OIdcDuMyFGdo=";
41+
vendorHash = "sha256-AMJ5Adyrks7Yk8X4ypwz0OdOlCWx+I2jfJQsX7SPvzk=";
4242

4343
npmDeps = fetchNpmDeps {
4444
inherit (finalAttrs) src;
4545
name = "${finalAttrs.pname}-npm-deps";
46-
hash = "sha256-k17rcJxmttLMspKiX/j0Oeo5uvFcCqhHN7kxLsod1Xc=";
46+
hash = "sha256-XBJz2ILQOFHfW940A4kS7115gVsUTM1oA/vcjw3NZ2A=";
4747
};
4848

4949
composerRepository = php84.mkComposerRepository {

0 commit comments

Comments
 (0)