lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

skopeo: 1.13.2 -> 1.13.3

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>

+3 -3
+3 -3
pkgs/development/tools/skopeo/default.nix
··· 18 18 19 19 buildGoModule rec { 20 20 pname = "skopeo"; 21 - version = "1.13.2"; 21 + version = "1.13.3"; 22 22 23 23 src = fetchFromGitHub { 24 24 rev = "v${version}"; 25 25 owner = "containers"; 26 26 repo = "skopeo"; 27 - hash = "sha256-X6DHRE3HIHNWVJYrQyXP3fZYK5Va0nNtpFCV1QzbBoE="; 27 + hash = "sha256-FTPBeq/WbrYDEmS1fR8rzDBHBsjdyMHcm+tCxXtYUPg="; 28 28 }; 29 29 30 30 outputs = [ "out" "man" ]; ··· 36 36 nativeBuildInputs = [ pkg-config go-md2man installShellFiles makeWrapper ]; 37 37 38 38 buildInputs = [ gpgme ] 39 - ++ lib.optionals stdenv.isLinux [ lvm2 btrfs-progs ]; 39 + ++ lib.optionals stdenv.isLinux [ lvm2 btrfs-progs ]; 40 40 41 41 buildPhase = '' 42 42 runHook preBuild