Skip to content

Commit b850be1

Browse files
committed
matomo: 5.3.1 -> 5.3.2
Changelog: https://matomo.org/changelog/matomo-5-3-2/
1 parent 9ad350c commit b850be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ma/matomo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
stdenv.mkDerivation (finalAttrs: {
1212
pname = "matomo";
13-
version = "5.3.1";
13+
version = "5.3.2";
1414

1515
src = fetchurl {
1616
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
17-
hash = "sha256-ynG5M21YQzGhII19kmJv0y5L3HIoEdf30dZA+nScuYA=";
17+
hash = "sha256-rn5Lr2BSrGitI16MLlP91znSPm2Asd6j0qI8N+1c+Lo=";
1818
};
1919

2020
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)