Unverified Commit 9fd81d98 authored by lewo's avatar lewo Committed by GitHub
Browse files

skopeo: 1.20.0 -> 1.21.0 (#467561)

parents 93d34e0c 9282fef3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

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

  src = fetchFromGitHub {
    rev = "v${version}";
    owner = "containers";
    repo = "skopeo";
    hash = "sha256-uw41kaIljz9Y378rX2BK0W/ZVUx8IjlIBqYHDuLgZpA=";
    hash = "sha256-wL+++p89nZZA5gG6LIDjXIDvHxfGy/sKYNiTR0A38Ew=";
  };

  outputs = [