summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-12-07 14:17:13 -0800
committerGitHub <noreply@github.com>2021-12-07 14:17:13 -0800
commit6d1493f819287c37ed697e93fcf0e1f7d803229f (patch)
tree24317450b6d047668a801b1fda07c821edcb9cf3 /pkgs/applications/networking
parent20cb3a70943a7ede66af1b871398ba6a50e7fe7f (diff)
parent3755a376e7d80208215ad609f2288fc53f258472 (diff)
downloadnixpkgs-6d1493f819287c37ed697e93fcf0e1f7d803229f.tar
nixpkgs-6d1493f819287c37ed697e93fcf0e1f7d803229f.tar.gz
nixpkgs-6d1493f819287c37ed697e93fcf0e1f7d803229f.tar.bz2
nixpkgs-6d1493f819287c37ed697e93fcf0e1f7d803229f.tar.lz
nixpkgs-6d1493f819287c37ed697e93fcf0e1f7d803229f.tar.xz
nixpkgs-6d1493f819287c37ed697e93fcf0e1f7d803229f.tar.zst
nixpkgs-6d1493f819287c37ed697e93fcf0e1f7d803229f.zip
Merge pull request #149403 from r-ryantm/auto-update/nerdctl
nerdctl: 0.13.0 -> 0.14.0
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/nerdctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/nerdctl/default.nix b/pkgs/applications/networking/cluster/nerdctl/default.nix
index 874a6fdecc4..fdd4a7fccf0 100644
--- a/pkgs/applications/networking/cluster/nerdctl/default.nix
+++ b/pkgs/applications/networking/cluster/nerdctl/default.nix
@@ -10,16 +10,16 @@
 
 buildGoModule rec {
   pname = "nerdctl";
-  version = "0.13.0";
+  version = "0.14.0";
 
   src = fetchFromGitHub {
     owner = "containerd";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-uyLY2yH/6J0rtra0brBATadPqrNyyuCcaGfOrng9h4Y=";
+    sha256 = "sha256-Esj1LFf884m9iTJjqqGCMhbgBNSGpYAfi2stPYSNgRA=";
   };
 
-  vendorSha256 = "sha256-r7xzvntTIJocdYMQpFXunI2XV65eRG+piEEzS5N2xsY=";
+  vendorSha256 = "sha256-cfxHx4oyIfUX9bGjwZ9Hu3VieIXOB0VGHjaQWm4kYOk=";
 
   nativeBuildInputs = [ makeWrapper installShellFiles ];