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
PATH = stdenv.lib.makeBinPath [
coreutils
findutils
git
gnused
jq
openssh
pass
rsync
];
in
stdenv.mkDerivation rec {
name = "populate";
version = "2.0.0";
version = "2.1.0";
src = fetchgit {
url = http://cgit.ni.krebsco.de/populate;
rev = "refs/tags/v${version}";
sha256 = "01cvrg3m2ypg59in1qlr3rd8yzpf002k6pzjls2qb68jwkyf0h2n";
sha256 = "0cr50y6h6nps0qgpmi01h0z9wzpv2704y5zgx2salk1grkmvcfmh";
};
phases = [