matomo: 5.10.0 -> 5.12.0 (#532827)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-24 09:56:34 +00:00
committed by GitHub

View File

@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "matomo";
version = "5.10.0";
version = "5.12.0";
src = fetchurl {
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
hash = "sha256-i7nRQRY2gAzMQmRNGaksq4B516MsQuXQZbzlEUWEsQw=";
hash = "sha256-yiQUXb9yGgJ8PFOL1tyXtXEmgCviaqCtN0DwxKcGZV0=";
};
nativeBuildInputs = [ makeWrapper ];