Loading pkgs/applications/version-management/gitprompt-rs/default.nix +9 −5 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, git }: { lib, fetchFromGitHub, rustPlatform, git, }: rustPlatform.buildRustPackage rec { pname = "gitprompt-rs"; version = "0.3.0"; Loading @@ -22,7 +26,7 @@ rustPlatform.buildRustPackage rec { description = "Simple Git prompt"; homepage = "https://github.com/9ary/gitprompt-rs"; license = with licenses; [ mpl20 ]; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ isabelroses ]; mainProgram = "gitprompt-rs"; }; } pkgs/development/tools/go-toml/default.nix +10 −4 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { pname = "go-toml"; version = "2.2.1"; Loading @@ -19,13 +22,16 @@ buildGoModule rec { "cmd/tomltestgen" ]; ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Go library for the TOML language"; homepage = "https://github.com/pelletier/go-toml"; changelog = "https://github.com/pelletier/go-toml/releases/tag/v${version}"; maintainers = [ ]; maintainers = [ maintainers.isabelroses ]; license = licenses.mit; }; } pkgs/development/tools/gotestsum/default.nix +5 −5 Original line number Diff line number Diff line { lib , fetchFromGitHub , buildGoModule { lib, fetchFromGitHub, buildGoModule, }: buildGoModule rec { pname = "gotestsum"; version = "1.10.1"; Loading Loading @@ -33,6 +33,6 @@ buildGoModule rec { mainProgram = "gotestsum"; platforms = platforms.linux ++ platforms.darwin; license = licenses.asl20; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ isabelroses ]; }; } pkgs/tools/networking/goflow2/default.nix +5 −5 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { pname = "goflow2"; version = "2.1.3"; Loading @@ -26,6 +26,6 @@ buildGoModule rec { description = "High performance sFlow/IPFIX/NetFlow Collector"; homepage = "https://github.com/netsampler/goflow2"; license = licenses.bsd3; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ isabelroses ]; }; } pkgs/tools/security/step-cli/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ buildGoModule rec { homepage = "https://smallstep.com/cli/"; changelog = "https://github.com/smallstep/cli/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ isabelroses ]; platforms = platforms.linux ++ platforms.darwin; mainProgram = "step"; }; Loading Loading
pkgs/applications/version-management/gitprompt-rs/default.nix +9 −5 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, git }: { lib, fetchFromGitHub, rustPlatform, git, }: rustPlatform.buildRustPackage rec { pname = "gitprompt-rs"; version = "0.3.0"; Loading @@ -22,7 +26,7 @@ rustPlatform.buildRustPackage rec { description = "Simple Git prompt"; homepage = "https://github.com/9ary/gitprompt-rs"; license = with licenses; [ mpl20 ]; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ isabelroses ]; mainProgram = "gitprompt-rs"; }; }
pkgs/development/tools/go-toml/default.nix +10 −4 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { pname = "go-toml"; version = "2.2.1"; Loading @@ -19,13 +22,16 @@ buildGoModule rec { "cmd/tomltestgen" ]; ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Go library for the TOML language"; homepage = "https://github.com/pelletier/go-toml"; changelog = "https://github.com/pelletier/go-toml/releases/tag/v${version}"; maintainers = [ ]; maintainers = [ maintainers.isabelroses ]; license = licenses.mit; }; }
pkgs/development/tools/gotestsum/default.nix +5 −5 Original line number Diff line number Diff line { lib , fetchFromGitHub , buildGoModule { lib, fetchFromGitHub, buildGoModule, }: buildGoModule rec { pname = "gotestsum"; version = "1.10.1"; Loading Loading @@ -33,6 +33,6 @@ buildGoModule rec { mainProgram = "gotestsum"; platforms = platforms.linux ++ platforms.darwin; license = licenses.asl20; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ isabelroses ]; }; }
pkgs/tools/networking/goflow2/default.nix +5 −5 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub { lib, buildGoModule, fetchFromGitHub, }: buildGoModule rec { pname = "goflow2"; version = "2.1.3"; Loading @@ -26,6 +26,6 @@ buildGoModule rec { description = "High performance sFlow/IPFIX/NetFlow Collector"; homepage = "https://github.com/netsampler/goflow2"; license = licenses.bsd3; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ isabelroses ]; }; }
pkgs/tools/security/step-cli/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ buildGoModule rec { homepage = "https://smallstep.com/cli/"; changelog = "https://github.com/smallstep/cli/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ isabelroses ]; platforms = platforms.linux ++ platforms.darwin; mainProgram = "step"; }; Loading