vndr: 2018-06-23 -> 2020-07-28

This commit is contained in:
Roman Volosatovs 2021-07-12 16:27:16 +02:00 committed by Jonathan Ringer
parent 1454412796
commit 1eb893a860

View file

@ -2,8 +2,8 @@
buildGoPackage rec {
pname = "vndr-unstable";
version = "2018-06-23";
rev = "81cb8916aad3c8d06193f008dba3e16f82851f52";
version = "2020-07-28";
rev = "f12b881cb8f081a5058408a58f429b9014833fc6";
goPackagePath = "github.com/LK4D4/vndr";
excludedPackages = "test";
@ -12,13 +12,13 @@ buildGoPackage rec {
inherit rev;
owner = "LK4D4";
repo = "vndr";
sha256 = "0c0k0cic35d1141az72gbf8r0vm9zaq4xi8v1sqpxhlzf28m297l";
sha256 = "04za4x8p8qzwjlp4i0j0gsb4xx0x9f4yp3ab0b97r50pah1ac2g3";
};
meta = {
description = "Stupid golang vendoring tool, inspired by docker vendor script";
homepage = "https://github.com/LK4D4/vndr";
maintainers = with lib.maintainers; [ vdemeester ];
maintainers = with lib.maintainers; [ vdemeester rvolosatovs ];
license = lib.licenses.asl20;
};
}