Skip to content

Commit

Permalink
piwik: 3.1.0 -> 3.1.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 6aea372)
  • Loading branch information
florianjacob authored and Mic92 committed Sep 21, 2017
1 parent e536217 commit e6ca475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/web-apps/piwik/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "piwik-${version}";
version = "3.1.0";
version = "3.1.1";

src = fetchurl {
url = "https://builds.piwik.org/${name}.tar.gz";
sha512 = "175300ibf0lg4xnyn5v47czi3vd6i7yqf1im3br4975f6k7w8q22m2mk2mi006795js5q52x48g4sc7wb47wac7wbla8wp98al48gfb";
sha512 = "2mqzk12959j9xqb9cqz8np35zcs1313zjx9pikbjw9z9mfcqgv0ccvrnl2ymmwll333drr9qaxs54n0mkk66xbhz04nmzmib0kp9k8h";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit e6ca475

Please sign in to comment.