cni-plugins: 0.8.1 -> 0.8.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cni-plugins/versions
This commit is contained in:
R. RyanTM 2019-08-17 13:16:07 -07:00
parent a2bd8da766
commit ace4a1a351

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cni-plugins";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
sha256 = "07d8knnabfjipzvcqbq7h8gd940lln934xp57nf5x31d3hpmvzws";
sha256 = "0gyxa6mhiyxqw4wpn6r7wgr2kyvflzbdcqsk5ch0b6zih98144ia";
};
buildInputs = [ removeReferencesTo go ];