about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-10-03 03:04:53 -0500
committerGitHub <noreply@github.com>2023-10-03 03:04:53 -0500
commitea65a5d7aee5d694e0cd28c64c4f2d695d39db35 (patch)
tree33ed38413bde4ae7d92009551ace81bd5d1124ac /pkgs
parentfed5bd07adf900f4206a4ae2e8a9cb60043a39c7 (diff)
parent698a2f6c24eb9fad9ebf6ed2b039fc1103c060d4 (diff)
Merge pull request #258728 from r-ryantm/auto-update/nerdctl
nerdctl: 1.5.0 -> 1.6.0
Diffstat (limited to 'pkgs')
-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 401b5b156f769..72dbfde9f59b8 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 = "1.5.0";
+  version = "1.6.0";
 
   src = fetchFromGitHub {
     owner = "containerd";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-ngR+xlhTy3oxPN34+MoT9TSOI0+Epp8QG3KiiPmRUts=";
+    hash = "sha256-O1N8+Gjo0EapRV5Z7Z27Cfs886cbwTmckJsSJ2OI5fM=";
   };
 
-  vendorHash = "sha256-lsD8AtbREVKFXiPsteSFA7xntRlNgOQ1y5c44vOqMa8=";
+  vendorHash = "sha256-/4XFQagUbU8SgoBogK1hAsfGoTY+DaIVaNpSA3Enaho=";
 
   nativeBuildInputs = [ makeWrapper installShellFiles ];