Unverified Commit f74a3ec9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

skopeo: 1.22.0 -> 1.22.1 (#508424)

parents 48849ae5 32b0364c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

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

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

  outputs = [