populate: 1.1.1 -> 1.2.0

This commit is contained in:
tv 2016-10-23 23:32:20 +02:00
parent 6c02b9125d
commit 059d7b2d05

View File

@ -13,12 +13,12 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "populate"; name = "populate";
version = "1.1.1"; version = "1.2.0";
src = fetchgit { src = fetchgit {
url = http://cgit.cd.krebsco.de/populate; url = http://cgit.cd.krebsco.de/populate;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "139f4lzn56lca3qgqy9g33r94m3xi1mqns9340lkb4qm6626yvqd"; sha256 = "0q3110hkkxn9bc3a63xbx1hyd1fpzz4wrck4lng3j5a9i1y1jm07";
}; };
phases = [ phases = [