mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] firefly-iii: 6.6.2 -> 6.6.3 (#525429)
This commit is contained in:
commit
e26f06d255
1 changed files with 4 additions and 4 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue