Skip to content

Commit

Permalink
firefly-iii: 6.1.19 -> 6.1.20
Browse files Browse the repository at this point in the history
(cherry picked from commit c4f77e0)
  • Loading branch information
savyajha authored and github-actions[bot] committed Sep 28, 2024
1 parent 325a451 commit a091ccc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/fi/firefly-iii/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

let
pname = "firefly-iii";
version = "6.1.19";
version = "6.1.20";
phpPackage = php83;
npmDepsHash = "sha256-/oz0raI0/AV5NamvMWxlUdiQbVsSKHRplsw2/KrMOwg=";
npmDepsHash = "sha256-N4o7FKdya6bGakNKNq2QUV8HKRfuov5ahvbjR/rsimU=";

src = fetchFromGitHub {
owner = "firefly-iii";
repo = "firefly-iii";
rev = "v${version}";
hash = "sha256-SIvYRmCCzQI+qUr5aA78NQLLmO+EPO1ZEL7vcqJ5puw=";
hash = "sha256-vb9pGupa4cRy/p9iHJT7SMNchRQSU9Nnh6FphEcvt+k=";
};
in

Expand All @@ -43,7 +43,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
composerStrictValidation = true;
strictDeps = true;

vendorHash = "sha256-qps/dWubCVqqvzgSizJJvx2MUzRZKiMeQCnWz08Ft+E=";
vendorHash = "sha256-d5WwrVOVG9ZRZEsG2iKcbp2fk27laHvcJPJUwY3YgDg=";

npmDeps = fetchNpmDeps {
inherit src;
Expand Down

0 comments on commit a091ccc

Please sign in to comment.