Skip to content

Commit

Permalink
firefly-iii: 6.1.20 -> 6.1.21
Browse files Browse the repository at this point in the history
(cherry picked from commit 170923d)
  • Loading branch information
savyajha authored and github-actions[bot] committed Sep 29, 2024
1 parent 08bb208 commit 408f30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.20";
version = "6.1.21";
phpPackage = php83;
npmDepsHash = "sha256-N4o7FKdya6bGakNKNq2QUV8HKRfuov5ahvbjR/rsimU=";

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

Expand Down

0 comments on commit 408f30b

Please sign in to comment.