File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/fi/firefly-iii-data-importer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414stdenvNoCC . 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 {
You can’t perform that action at this time.
0 commit comments