Merge pull request #193974 from qowoz/skopeo

skopeo: 1.9.2 -> 1.10.0
This commit is contained in:
lewo 2022-10-02 08:54:33 +02:00 committed by GitHub
commit 352ed567a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.9.2";
version = "1.10.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-F2kIFBsLhjV8Ecof05Ii5TzneEUdl9dmCZ2NhOABdmc=";
sha256 = "sha256-Q6gdkaIYTDUqDbjmE9TcRtQcHjpOJ3bXLJtN8NPp9KA=";
};
outputs = [ "out" "man" ];