Skip to content

Commit

Permalink
skopeo: 1.7.0 -> 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed May 10, 2022
1 parent f42f88b commit 430f6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/skopeo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

buildGoModule rec {
pname = "skopeo";
version = "1.7.0";
version = "1.8.0";

src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
sha256 = "sha256-sbe16IcHkhsiBznsMKtG/xYJYJfJS6aZ34++QhkGTTc=";
sha256 = "sha256-LZN8v3pk5OvRdnhAHOa76QASRL8IPbMIFoH6ERu5r6E=";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit 430f6d4

Please sign in to comment.