dnsname-cni: 1.2.0 -> 1.3.1

This commit is contained in:
R. RyanTM 2021-08-20 18:15:27 +00:00
parent 456481aa3d
commit be24db60c1

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "cni-plugin-dnsname";
version = "1.2.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "containers";
repo = "dnsname";
rev = "v${version}";
sha256 = "sha256-hHkQOHDso92gXFCz40iQ7j2cHTEAMsaeW8MCJV2Otqo=";
sha256 = "sha256-kebN1OLMOrBKBz4aBV0VYm+LmLm6S0mKnVgG2u5I+d4=";
};
nativeBuildInputs = [ makeWrapper ];