Skip to content

Commit

Permalink
Merge pull request #269651 from r-ryantm/auto-update/skopeo
Browse files Browse the repository at this point in the history
skopeo: 1.13.3 -> 1.14.0
  • Loading branch information
nlewo authored Nov 24, 2023
2 parents 58fdc49 + f3be7d1 commit 33576fd
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 @@ -18,13 +18,13 @@

buildGoModule rec {
pname = "skopeo";
version = "1.13.3";
version = "1.14.0";

src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-FTPBeq/WbrYDEmS1fR8rzDBHBsjdyMHcm+tCxXtYUPg=";
hash = "sha256-6PSxYM6u727vHf4FP0ju0TAuqj4R4bxQEdyZHvC4qBA=";
};

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

0 comments on commit 33576fd

Please sign in to comment.