firefly-iii: 6.3.2 -> 6.4.0

R. Ryantm c4e696ae b780ce5f

+4 -4
+4 -4
pkgs/by-name/fi/firefly-iii/package.nix
··· 13 13 14 14 stdenvNoCC.mkDerivation (finalAttrs: { 15 15 pname = "firefly-iii"; 16 - version = "6.3.2"; 16 + version = "6.4.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "firefly-iii"; 20 20 repo = "firefly-iii"; 21 21 tag = "v${finalAttrs.version}"; 22 - hash = "sha256-pXnz2a8Z9KRl6L4PUOq/zfxYaRZmxB9whE4fS6d+5x4="; 22 + hash = "sha256-X/rihS5iOVAFJsqTG2Bq1V/G1ITFxxJIS+YDI0TKfE4="; 23 23 }; 24 24 25 25 buildInputs = [ php84 ]; ··· 38 38 composerNoScripts = true; 39 39 composerStrictValidation = true; 40 40 strictDeps = true; 41 - vendorHash = "sha256-I/SoFoCquuLqRoe6ibqkwPXg66uZQt+0zx3BQ/S9ucs="; 41 + vendorHash = "sha256-ICoOD0cJrsSphJ9Ke86qO9/cOZst30pwAXDjerV+Ds4="; 42 42 }; 43 43 44 44 npmDeps = fetchNpmDeps { 45 45 inherit (finalAttrs) src; 46 46 name = "${finalAttrs.pname}-npm-deps"; 47 - hash = "sha256-XxQseVs11XxxgBMBOxM5aCq2acfzEj5gD+HTQolwEUs="; 47 + hash = "sha256-6SMXXc1aJiHpWloRuY6Rd6NhuS5xQ0QuInlu5fLUHvk="; 48 48 }; 49 49 50 50 preInstall = ''