Commit 28303272 authored by R. RyanTM's avatar R. RyanTM
Browse files

matomo: 5.5.2 -> 5.8.0

parent 13691e43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "matomo";
  version = "5.5.2";
  version = "5.8.0";

  src = fetchurl {
    url = "https://builds.matomo.org/matomo-${finalAttrs.version}.tar.gz";
    hash = "sha256-1cUIKSrV5IgCdi3AvIxliJY0kWdaT+S+w8pEi2KoDjE=";
    hash = "sha256-IMX15BVhwccLmooeULtLomYJmgl1E5CoiiBxDNkJzsY=";
  };

  nativeBuildInputs = [ makeWrapper ];