3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #119566 from zowoq/skopeo

skopeo: 1.2.2 -> 1.2.3
This commit is contained in:
Sandro 2021-04-15 22:46:17 +02:00 committed by GitHub
commit 2583313c37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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