Merge pull request #336682 from r-ryantm/auto-update/skopeo

skopeo: 1.16.0 -> 1.16.1
This commit is contained in:
lewo 2024-08-23 11:07:27 +02:00 committed by GitHub
commit 75a74b528e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];