populate: 2.0.0 -> 2.1.0

This commit is contained in:
tv 2017-12-15 03:29:00 +01:00
parent 939976b0cc
commit 92a34559ee

View File

@ -1,24 +1,27 @@
{ coreutils, fetchgit, git, gnused, jq, openssh, rsync, stdenv, ... }: { coreutils, fetchgit, findutils, git, gnused, jq, openssh, pass, rsync, stdenv
}:
let let
PATH = stdenv.lib.makeBinPath [ PATH = stdenv.lib.makeBinPath [
coreutils coreutils
findutils
git git
gnused gnused
jq jq
openssh openssh
pass
rsync rsync
]; ];
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "populate"; name = "populate";
version = "2.0.0"; version = "2.1.0";
src = fetchgit { src = fetchgit {
url = http://cgit.ni.krebsco.de/populate; url = http://cgit.ni.krebsco.de/populate;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
sha256 = "01cvrg3m2ypg59in1qlr3rd8yzpf002k6pzjls2qb68jwkyf0h2n"; sha256 = "0cr50y6h6nps0qgpmi01h0z9wzpv2704y5zgx2salk1grkmvcfmh";
}; };
phases = [ phases = [