Skip to content

Commit

Permalink
Merge pull request #172275 from qowoz/skopeo
Browse files Browse the repository at this point in the history
skopeo: 1.7.0 -> 1.8.0
  • Loading branch information
nlewo authored May 10, 2022
2 parents 5171096 + 430f6d4 commit 3540abe
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 3540abe

Please sign in to comment.