undocker: 1.0.3 -> 1.0.4
This commit is contained in:
parent
73a87e9c04
commit
e2d4cf849d
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "undocker";
|
pname = "undocker";
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
|
|
||||||
src = fetchFromSourcehut {
|
src = fetchFromSourcehut {
|
||||||
owner = "~motiejus";
|
owner = "~motiejus";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-SmtM25sijcm5NF0ZrSqrRQDXiLMNp8WGAZX9yKvj1rQ=";
|
hash = "sha256-I+pTbr1lKELyYlyHrx2gB+aeZ3/PmcePQfXu1ckhKAk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
@ -18,7 +18,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://git.sr.ht/~motiejus/undocker";
|
homepage = "https://git.sr.ht/~motiejus/undocker";
|
||||||
description = "A CLI tool to convert a Docker image to a flattened rootfs tarball";
|
description = "A CLI tool to convert a Docker image to a flattened rootfs tarball";
|
||||||
license = licenses.mit;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ jordanisaacs ];
|
maintainers = with maintainers; [ jordanisaacs ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue