Unverified Commit 8d1d2d11 authored by lewo's avatar lewo Committed by GitHub
Browse files

skopeo: 1.21.0 -> 1.22.0 (#489673)

parents cad7345a 429eb93f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

buildGoModule rec {
  pname = "skopeo";
  version = "1.21.0";
  version = "1.22.0";

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "containers";
    repo = "skopeo";
    hash = "sha256-wL+++p89nZZA5gG6LIDjXIDvHxfGy/sKYNiTR0A38Ew=";
    hash = "sha256-ERMOquT8ke/4urC6V0To+jJPeBICohHXL9YcCmGLST4=";
  };

  outputs = [