1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
5 version = "unstable-2023-01-01";
7 src = fetchFromGitHub {
10 rev = "7b05e204264183532e8592ad132f74ddf05bc428";
11 hash = "sha256-762vgCn2d6QoXRBjpe/SyHKgyQJAV0sEl1prcyf/ClE=";
20 homepage = "https://github.com/stephank/dumpnar";
21 description = "Minimal tool to produce a Nix NAR archive";
22 license = licenses.lgpl2Plus;
23 platforms = platforms.all;
24 maintainers = [ maintainers.stephank ];
25 mainProgram = "dumpnar";