skopeo: 1.2.2 -> 1.2.3

https://github.com/containers/skopeo/releases/tag/v1.2.3
This commit is contained in:
zowoq 2021-04-16 06:18:20 +10:00
parent 30b6835d6d
commit 575af60b3d
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-7FHfqDgc91BdtbvcElZDWj2jXD2LcMPo9RLnYZe3Xw8=";
sha256 = "sha256-GhLw8wt5eDixKNGtxGA0Fjw3auQ3AsjKa+0M4mLTQlg=";
};
outputs = [ "out" "man" ];