mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
firefly-iii-data-importer: 1.6.0 -> 1.6.1
This commit is contained in:
parent
9b7d73a0a2
commit
4cc5099e94
1 changed files with 4 additions and 4 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "firefly-iii-data-importer";
|
pname = "firefly-iii-data-importer";
|
||||||
version = "1.6.0";
|
version = "1.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "firefly-iii";
|
owner = "firefly-iii";
|
||||||
repo = "data-importer";
|
repo = "data-importer";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-f/kvSQMA4w+wwD+hM6kGduV3AQmmYe2w5u3dhnJBS9s=";
|
hash = "sha256-/mQnv/81XpdiXayC4+kw0QihZSPBkz59eJCdEBodudQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ php84 ];
|
buildInputs = [ php84 ];
|
||||||
|
@ -38,12 +38,12 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
composerStrictValidation = true;
|
composerStrictValidation = true;
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
|
||||||
vendorHash = "sha256-Jn0H63VxIGjgVOT6yyXEhRdMWeIInMdv6mi5JQXp68Q=";
|
vendorHash = "sha256-9WSq8kUoXyClAHvuMtqzlfcITgCgXdulslDAzlaJ9LU=";
|
||||||
|
|
||||||
npmDeps = fetchNpmDeps {
|
npmDeps = fetchNpmDeps {
|
||||||
inherit (finalAttrs) src;
|
inherit (finalAttrs) src;
|
||||||
name = "${finalAttrs.pname}-npm-deps";
|
name = "${finalAttrs.pname}-npm-deps";
|
||||||
hash = "sha256-hUq5pp62K2XAnjU9QhQE+PogUSla9R1xG7beW4bgrV8=";
|
hash = "sha256-6yfXh9KX0ucAB+wo/xG4gRGmDL+CPtLkcq390iVz2qU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
composerRepository = php84.mkComposerRepository {
|
composerRepository = php84.mkComposerRepository {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue