populate: 1.2.5 -> 2.0.0

This commit is contained in:
tv 2017-12-15 00:14:30 +01:00
parent 7210ae2008
commit 939976b0cc

View File

@ -1,24 +1,24 @@
{ coreutils, fetchgit, git, jq, openssh, proot, rsync, stdenv, ... }: { coreutils, fetchgit, git, gnused, jq, openssh, rsync, stdenv, ... }:
let let
PATH = stdenv.lib.makeBinPath [ PATH = stdenv.lib.makeBinPath [
coreutils coreutils
git git
gnused
jq jq
openssh openssh
proot
rsync rsync
]; ];
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "populate"; name = "populate";
version = "1.2.5"; version = "2.0.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 = "10s4x117zp5whqq991xzw1i2jc1xhl580kx8hhzv8f1b4c9carx1"; sha256 = "01cvrg3m2ypg59in1qlr3rd8yzpf002k6pzjls2qb68jwkyf0h2n";
}; };
phases = [ phases = [