We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad350c commit b850be1Copy full SHA for b850be1
pkgs/by-name/ma/matomo/package.nix
@@ -10,11 +10,11 @@
10
11
stdenv.mkDerivation (finalAttrs: {
12
pname = "matomo";
13
- version = "5.3.1";
+ version = "5.3.2";
14
15
src = fetchurl {
16
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
17
- hash = "sha256-ynG5M21YQzGhII19kmJv0y5L3HIoEdf30dZA+nScuYA=";
+ hash = "sha256-rn5Lr2BSrGitI16MLlP91znSPm2Asd6j0qI8N+1c+Lo=";
18
};
19
20
nativeBuildInputs = [ makeWrapper ];
0 commit comments