[Backport release-26.05] firefly-iii: 6.6.2 -> 6.6.3 (#525429)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-06 18:46:08 +00:00 committed by GitHub
commit e26f06d255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
}:
let
php = php85;
version = "6.6.2";
version = "6.6.3";
# Release tarball contains translations downloaded from crowdin
releaseTarball = fetchzip {
@ -30,7 +30,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
owner = "firefly-iii";
repo = "firefly-iii";
tag = "v${finalAttrs.version}";
hash = "sha256-bfvs8gpFYpXEHyGKY5b/PvdQWS1VeT5NFeXaI+a9nlo=";
hash = "sha256-MPBWurmtaIaKHRLf4TPCdgTVWRZ0JdZ0Ix2N7d80s8c=";
};
buildInputs = [ php ];
@ -48,13 +48,13 @@ stdenvNoCC.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname src version;
composerStrictValidation = true;
strictDeps = true;
vendorHash = "sha256-/exzNHzqqbT1PLciyKC7ZGUTva0xiWZS5Pnz1kAfe/4=";
vendorHash = "sha256-qjMDZbPpyTkKxvZhgNERe2ZuRFj7LmRW7XZoeezizbk=";
};
npmDeps = fetchNpmDeps {
inherit (finalAttrs) src;
name = "${finalAttrs.pname}-npm-deps";
hash = "sha256-uV7VWEpuI+rUXrzk8BKLEkaUftrXH+vEOqdQO/pZq+M=";
hash = "sha256-QlLFhrD94mpfoe9mmCVmem9E4oPsLAGMMf+MbI/5Vx0=";
};
preInstall = ''