matomo: 5.3.2 -> 5.4.0 (#440648)

This commit is contained in:
Leona Maroni
2025-09-07 09:22:35 +02:00
committed by GitHub

View File

@@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "matomo";
version = "5.3.2";
version = "5.4.0";
src = fetchurl {
url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
hash = "sha256-rn5Lr2BSrGitI16MLlP91znSPm2Asd6j0qI8N+1c+Lo=";
hash = "sha256-PRZYqJBebDsjeT9WBArRX3GKFbW5TtejV2FOo8jjaMU=";
};
nativeBuildInputs = [ makeWrapper ];