skopeo: 1.13.2 -> 1.13.3

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-08-28 09:05:45 +02:00
parent c9c99c053a
commit ab2a9efb99
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.13.2";
version = "1.13.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-X6DHRE3HIHNWVJYrQyXP3fZYK5Va0nNtpFCV1QzbBoE=";
hash = "sha256-FTPBeq/WbrYDEmS1fR8rzDBHBsjdyMHcm+tCxXtYUPg=";
};
outputs = [ "out" "man" ];
@ -36,7 +36,7 @@ buildGoModule rec {
nativeBuildInputs = [ pkg-config go-md2man installShellFiles makeWrapper ];
buildInputs = [ gpgme ]
++ lib.optionals stdenv.isLinux [ lvm2 btrfs-progs ];
++ lib.optionals stdenv.isLinux [ lvm2 btrfs-progs ];
buildPhase = ''
runHook preBuild