skopeo: 1.6.0 -> 1.6.1

https://github.com/containers/skopeo/releases/tag/v1.6.1
This commit is contained in:
zowoq 2022-02-17 06:44:43 +10:00
parent b66b39216b
commit 36192a1df4

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-SXwIwBlajzcXJaB90aesPk6BTRUNLRXtx4FPuM7pcyU=";
sha256 = "sha256-L3dHkF7yKnwXpXxCEswwA0TxVfjTzc89l0rpT7EYpIU=";
};
outputs = [ "out" "man" ];