Loading pkgs/tools/misc/undocker/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ }: buildGoModule rec { pname = "undocker"; version = "1.0.3"; version = "1.0.4"; src = fetchFromSourcehut { owner = "~motiejus"; repo = pname; rev = "v${version}"; hash = "sha256-SmtM25sijcm5NF0ZrSqrRQDXiLMNp8WGAZX9yKvj1rQ="; hash = "sha256-I+pTbr1lKELyYlyHrx2gB+aeZ3/PmcePQfXu1ckhKAk="; }; vendorHash = null; Loading @@ -18,7 +18,7 @@ buildGoModule rec { meta = with lib; { homepage = "https://git.sr.ht/~motiejus/undocker"; description = "A CLI tool to convert a Docker image to a flattened rootfs tarball"; license = licenses.mit; license = licenses.asl20; maintainers = with maintainers; [ jordanisaacs ]; }; } Loading
pkgs/tools/misc/undocker/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ }: buildGoModule rec { pname = "undocker"; version = "1.0.3"; version = "1.0.4"; src = fetchFromSourcehut { owner = "~motiejus"; repo = pname; rev = "v${version}"; hash = "sha256-SmtM25sijcm5NF0ZrSqrRQDXiLMNp8WGAZX9yKvj1rQ="; hash = "sha256-I+pTbr1lKELyYlyHrx2gB+aeZ3/PmcePQfXu1ckhKAk="; }; vendorHash = null; Loading @@ -18,7 +18,7 @@ buildGoModule rec { meta = with lib; { homepage = "https://git.sr.ht/~motiejus/undocker"; description = "A CLI tool to convert a Docker image to a flattened rootfs tarball"; license = licenses.mit; license = licenses.asl20; maintainers = with maintainers; [ jordanisaacs ]; }; }