File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/fi/firefly-iii 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" ;
16- version = "6.2.5 " ;
16+ version = "6.2.6 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "firefly-iii" ;
2020 repo = "firefly-iii" ;
2121 tag = "v${ finalAttrs . version } " ;
22- hash = "sha256-EHxvp5L2/erFgXC9YkecWdMLP4KnTDbXzduFnED/6f0 =" ;
22+ hash = "sha256-JMBnlWQ1dtib3vjF9US9RAegINF+NLqgPhJIkYjZm9A =" ;
2323 } ;
2424
2525 buildInputs = [ php84 ] ;
@@ -38,12 +38,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
3838 composerStrictValidation = true ;
3939 strictDeps = true ;
4040
41- vendorHash = "sha256-rhN5YMlzoGFZNYCNhG3OXFnGEPpGrbVAxCg4maF5/+c =" ;
41+ vendorHash = "sha256-Fpv9bqUz60ZFij3wk5h6uRfDU9uJlb/OIdcDuMyFGdo =" ;
4242
4343 npmDeps = fetchNpmDeps {
4444 inherit ( finalAttrs ) src ;
4545 name = "${ finalAttrs . pname } -npm-deps" ;
46- hash = "sha256-PAAauxUJDDinGa2yQJmunyLMbDO2a3Whi2N7mEXyJ1s =" ;
46+ hash = "sha256-k17rcJxmttLMspKiX/j0Oeo5uvFcCqhHN7kxLsod1Xc =" ;
4747 } ;
4848
4949 composerRepository = php84 . mkComposerRepository {
You can’t perform that action at this time.
0 commit comments