nerdctl: 1.7.3 -> 1.7.4

This commit is contained in:
R. Ryantm
2024-02-19 07:49:14 +00:00
parent 157c731372
commit b2175139e5
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "nerdctl";
version = "1.7.3";
version = "1.7.4";
src = fetchFromGitHub {
owner = "containerd";
repo = pname;
rev = "v${version}";
hash = "sha256-Y76H/88/esziIermnzfOS48FLBRnVBN8u4C381n184M=";
hash = "sha256-d90xwrMtDK5ibRHIeV6nzv5jqJfaQXpU9xKTH49yiX4=";
};
vendorHash = "sha256-oiBgZQtqFwq189h/Bb4CrFhs4RDYUoEEOjrccujGclU=";