diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2019-04-07 15:30:30 -0700 |
|---|---|---|
| committer | xeji <36407913+xeji@users.noreply.github.com> | 2019-04-08 00:30:30 +0200 |
| commit | cb93ae7eb388390199e583b65f7cb254514ee92b (patch) | |
| tree | a29aec16fe0e8a6fe98fc240ef6f05efe8c4e490 | |
| parent | doclifter: 2.18 -> 2.19 (#58663) (diff) | |
| download | nixpkgs-cb93ae7eb388390199e583b65f7cb254514ee92b.tar.gz | |
cni-plugins: 0.7.4 -> 0.7.5 (#58655)
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
| -rw-r--r-- | pkgs/applications/networking/cluster/cni/plugins.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/cni/plugins.nix b/pkgs/applications/networking/cluster/cni/plugins.nix index 6d50c598de7f..fdefa48adbaf 100644 --- a/pkgs/applications/networking/cluster/cni/plugins.nix +++ b/pkgs/applications/networking/cluster/cni/plugins.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { name = "cni-plugins-${version}"; - version = "0.7.4"; + version = "0.7.5"; src = fetchFromGitHub { owner = "containernetworking"; repo = "plugins"; rev = "v${version}"; - sha256 = "1sywllwnr6lc812sgkqjdd3y10r82shl88dlnwgnbgzs738q2vp2"; + sha256 = "1kfi0iz2hs4rq3cdkw12j8d47ac4f5vrpzcwcrs2yzmh2j4n5sz5"; }; buildInputs = [ removeReferencesTo go ]; |
