Skip to content

Commit 7ae34ea

Browse files
authored
firefly-iii: 6.2.6 -> 6.2.9, firefly-iii-data-importer: 1.6.0 -> 1.6.1 (#383245)
2 parents 065492c + 4cc5099 commit 7ae34ea

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pkgs/by-name/fi/firefly-iii-data-importer/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-data-importer";
16-
version = "1.6.0";
16+
version = "1.6.1";
1717

1818
src = fetchFromGitHub {
1919
owner = "firefly-iii";
2020
repo = "data-importer";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-f/kvSQMA4w+wwD+hM6kGduV3AQmmYe2w5u3dhnJBS9s=";
22+
hash = "sha256-/mQnv/81XpdiXayC4+kw0QihZSPBkz59eJCdEBodudQ=";
2323
};
2424

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

41-
vendorHash = "sha256-Jn0H63VxIGjgVOT6yyXEhRdMWeIInMdv6mi5JQXp68Q=";
41+
vendorHash = "sha256-9WSq8kUoXyClAHvuMtqzlfcITgCgXdulslDAzlaJ9LU=";
4242

4343
npmDeps = fetchNpmDeps {
4444
inherit (finalAttrs) src;
4545
name = "${finalAttrs.pname}-npm-deps";
46-
hash = "sha256-hUq5pp62K2XAnjU9QhQE+PogUSla9R1xG7beW4bgrV8=";
46+
hash = "sha256-6yfXh9KX0ucAB+wo/xG4gRGmDL+CPtLkcq390iVz2qU=";
4747
};
4848

4949
composerRepository = php84.mkComposerRepository {

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)