matomo: 5.5.1 -> 5.5.2

https://matomo.org/changelog/matomo-5-5-2/
This commit is contained in:
Niklas Korz
2025-11-14 09:59:22 +01:00
parent 14ab8cb3ba
commit 81ec4899fa
+2 -2
View File
@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "matomo";
version = "5.5.1";
version = "5.5.2";
src = fetchurl {
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
hash = "sha256-aL2mz7qyDT43Ez2BFzrdPyQX9/m3FUfz7copwa7u/zs=";
hash = "sha256-1cUIKSrV5IgCdi3AvIxliJY0kWdaT+S+w8pEi2KoDjE=";
};
nativeBuildInputs = [ makeWrapper ];