mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-11 21:06:19 +03:00
firefly-iii: 6.2.10 -> 6.2.16 (#410888)
This commit is contained in:
commit
bd30cca8b4
1 changed files with 4 additions and 4 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "firefly-iii";
|
pname = "firefly-iii";
|
||||||
version = "6.2.10";
|
version = "6.2.16";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "firefly-iii";
|
owner = "firefly-iii";
|
||||||
repo = "firefly-iii";
|
repo = "firefly-iii";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-T3XXUhls4Oi/0PGuunMLk6Wvla18fvHHI78qKsweFTE=";
|
hash = "sha256-SFl2uGHunF/IjhO5XoDCh1bJ5eIWRosv7HFDMXyknvI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ php84 ];
|
buildInputs = [ php84 ];
|
||||||
|
@ -38,13 +38,13 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
composerNoScripts = true;
|
composerNoScripts = true;
|
||||||
composerStrictValidation = true;
|
composerStrictValidation = true;
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
vendorHash = "sha256-pYnBiuzuTPP+7KSHUOj9mt+TTzgH85KeavXUfMN1ctI=";
|
vendorHash = "sha256-C7lsSon9y286DoAppteZ3fY0qaWVTe66nyFckyrnylk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDeps = fetchNpmDeps {
|
npmDeps = fetchNpmDeps {
|
||||||
inherit (finalAttrs) src;
|
inherit (finalAttrs) src;
|
||||||
name = "${finalAttrs.pname}-npm-deps";
|
name = "${finalAttrs.pname}-npm-deps";
|
||||||
hash = "sha256-BX8YYnewcnnOQa788DPSIID5Drqw7XhYGHcevPy0JrA=";
|
hash = "sha256-qymMgMXjKll3awXFL/Lo8DloPyqAaxoS2Lw8HBaar9g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
preInstall = ''
|
preInstall = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue