Skip to content

Commit c112aea

Browse files
authored
firefly-iii: 6.2.4 -> 6.2.5 (#380544)
2 parents 6370e1c + 8b07f82 commit c112aea

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.4";
16+
version = "6.2.5";
1717

1818
src = fetchFromGitHub {
1919
owner = "firefly-iii";
2020
repo = "firefly-iii";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-IBf34RPpQUH3U0tl8ljJpL9of6QNDOTyBg7Hc1ae+W8=";
22+
hash = "sha256-EHxvp5L2/erFgXC9YkecWdMLP4KnTDbXzduFnED/6f0=";
2323
};
2424

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

41-
vendorHash = "sha256-LRcgWQPDLNCMbaJhaySDrcw95fXF4yVUc03SFnrteeM=";
41+
vendorHash = "sha256-rhN5YMlzoGFZNYCNhG3OXFnGEPpGrbVAxCg4maF5/+c=";
4242

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

4949
composerRepository = php84.mkComposerRepository {

0 commit comments

Comments
 (0)