Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -20135,6 +20135,12 @@ githubId = 10631029; name = "Richard Ipsum"; }; richiejp = { email = "io@richiejp.com"; github = "richiejp"; githubId = 988098; name = "Richard Palethorpe"; }; rick68 = { email = "rick68@gmail.com"; github = "rick68"; Loading pkgs/by-name/re/redis-dump-go/package.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nix-update-script, }: buildGoModule rec { pname = "redis-dump-go"; version = "0.8.2"; src = fetchFromGitHub { owner = "yannh"; repo = "redis-dump-go"; tag = "v${version}"; hash = "sha256-+5iYigtMQvd6D90mpKyMa7ZKm2UDtCG91uFZ7dURBT4="; }; vendorHash = null; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://github.com/yannh/redis-dump-go"; description = "Dump Redis keys to a file in RESP format using multiple connections"; license = lib.licenses.mit; maintainers = [ lib.maintainers.richiejp ]; changelog = "https://github.com/yannh/redis-dump-go/releases/tag/v${version}"; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -20135,6 +20135,12 @@ githubId = 10631029; name = "Richard Ipsum"; }; richiejp = { email = "io@richiejp.com"; github = "richiejp"; githubId = 988098; name = "Richard Palethorpe"; }; rick68 = { email = "rick68@gmail.com"; github = "rick68"; Loading
pkgs/by-name/re/redis-dump-go/package.nix 0 → 100644 +30 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, nix-update-script, }: buildGoModule rec { pname = "redis-dump-go"; version = "0.8.2"; src = fetchFromGitHub { owner = "yannh"; repo = "redis-dump-go"; tag = "v${version}"; hash = "sha256-+5iYigtMQvd6D90mpKyMa7ZKm2UDtCG91uFZ7dURBT4="; }; vendorHash = null; passthru.updateScript = nix-update-script { }; meta = { homepage = "https://github.com/yannh/redis-dump-go"; description = "Dump Redis keys to a file in RESP format using multiple connections"; license = lib.licenses.mit; maintainers = [ lib.maintainers.richiejp ]; changelog = "https://github.com/yannh/redis-dump-go/releases/tag/v${version}"; }; }