skopeo: 1.14.1 -> 1.14.2

This commit is contained in:
R. Ryantm 2024-02-02 08:31:33 +00:00
parent 06da8f604e
commit 1bf3a41ceb

View file

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "skopeo";
version = "1.14.1";
version = "1.14.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "containers";
repo = "skopeo";
hash = "sha256-PYPlhlliqd6j3KbMgelg+spqXOl1ZnA0qd1Xyf8F4wY=";
hash = "sha256-js1Y7EGXinzOMMX9LjsG6D57UhGtZcvesOw/JDEKvoU=";
};
outputs = [ "out" "man" ];