firefly-iii-data-importer: 1.6.3 -> 1.7.3 (#422535)

Co-authored-by: savyajha <savyajha@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] savyajha and committed by GitHub 49ccac58 75d49585

+4 -4
+4 -4
pkgs/by-name/fi/firefly-iii-data-importer/package.nix
··· 13 14 stdenvNoCC.mkDerivation (finalAttrs: { 15 pname = "firefly-iii-data-importer"; 16 - version = "1.6.3"; 17 18 src = fetchFromGitHub { 19 owner = "firefly-iii"; 20 repo = "data-importer"; 21 tag = "v${finalAttrs.version}"; 22 - hash = "sha256-+e5UtnK/eiFnmvtKjVp3EZ8JLi+dWnJ+vgjDJKRLqH8="; 23 }; 24 25 buildInputs = [ php84 ]; ··· 38 composerStrictValidation = true; 39 strictDeps = true; 40 41 - vendorHash = "sha256-ExHT4kRyyp4c7vGqUN7hbP8pScvto/qp81oDjZGBJis="; 42 43 npmDeps = fetchNpmDeps { 44 inherit (finalAttrs) src; 45 name = "${finalAttrs.pname}-npm-deps"; 46 - hash = "sha256-i+Ytv8uLSrdLPC04BfZbRXRA7jmy1IX4nYW5WRZubCY="; 47 }; 48 49 composerRepository = php84.mkComposerRepository {
··· 13 14 stdenvNoCC.mkDerivation (finalAttrs: { 15 pname = "firefly-iii-data-importer"; 16 + version = "1.7.3"; 17 18 src = fetchFromGitHub { 19 owner = "firefly-iii"; 20 repo = "data-importer"; 21 tag = "v${finalAttrs.version}"; 22 + hash = "sha256-CUotqHmVXKKkbAS4a7YWoVjs1GRhxrA5Y5rXtMx/mCo="; 23 }; 24 25 buildInputs = [ php84 ]; ··· 38 composerStrictValidation = true; 39 strictDeps = true; 40 41 + vendorHash = "sha256-JN9HaX056+AhYkMyZ7KO7c6z43ynbRyORAOvW+6eVO8="; 42 43 npmDeps = fetchNpmDeps { 44 inherit (finalAttrs) src; 45 name = "${finalAttrs.pname}-npm-deps"; 46 + hash = "sha256-0vMxwm6NOdhCQcVeO93QNGB1BlqVckXzHkpCVvDB9ms="; 47 }; 48 49 composerRepository = php84.mkComposerRepository {