0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

skopeo: 1.14.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2024-01-20 01:19:30 +00:00
parent 8da872fefa
commit c692d9eede

View file

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