Unverified Commit 75a74b52 authored by lewo's avatar lewo Committed by GitHub
Browse files

Merge pull request #336682 from r-ryantm/auto-update/skopeo

skopeo: 1.16.0 -> 1.16.1
parents 5108d770 e9fc3f6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

buildGoModule rec {
  pname = "skopeo";
  version = "1.16.0";
  version = "1.16.1";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "containers";
    repo = "skopeo";
    hash = "sha256-M9BRsW3mNIRAr+yXSmoPNNoEY/XrCFNt+m2PtTuJUO4=";
    hash = "sha256-RsFfShru4ujB+x0hju8Xju43JJk/+PAevIPjjDC5YbQ=";
  };

  outputs = [ "out" "man" ];