skopeo: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2024-08-23 03:27:22 +00:00
parent cc76f5abc4
commit e9fc3f6cb9

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.16.0";
version = "1.16.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-M9BRsW3mNIRAr+yXSmoPNNoEY/XrCFNt+m2PtTuJUO4=";
hash = "sha256-RsFfShru4ujB+x0hju8Xju43JJk/+PAevIPjjDC5YbQ=";
};
outputs = [ "out" "man" ];