Loading pkgs/by-name/si/sing-box/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ nixosTests, }: buildGoModule rec { buildGoModule (finalAttrs: { pname = "sing-box"; version = "1.11.10"; src = fetchFromGitHub { owner = "SagerNet"; repo = pname; rev = "v${version}"; repo = "sing-box"; tag = "v${finalAttrs.version}"; hash = "sha256-GcoAxfFH/eP97E7tN//LbNCSbEASfzDL5OYHyL54eh8="; }; Loading @@ -42,7 +42,7 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; ldflags = [ "-X=github.com/sagernet/sing-box/constant.Version=${version}" "-X=github.com/sagernet/sing-box/constant.Version=${finalAttrs.version}" ]; postInstall = Loading Loading @@ -73,4 +73,4 @@ buildGoModule rec { maintainers = with lib.maintainers; [ nickcao ]; mainProgram = "sing-box"; }; } }) Loading
pkgs/by-name/si/sing-box/package.nix +5 −5 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ nixosTests, }: buildGoModule rec { buildGoModule (finalAttrs: { pname = "sing-box"; version = "1.11.10"; src = fetchFromGitHub { owner = "SagerNet"; repo = pname; rev = "v${version}"; repo = "sing-box"; tag = "v${finalAttrs.version}"; hash = "sha256-GcoAxfFH/eP97E7tN//LbNCSbEASfzDL5OYHyL54eh8="; }; Loading @@ -42,7 +42,7 @@ buildGoModule rec { nativeBuildInputs = [ installShellFiles ]; ldflags = [ "-X=github.com/sagernet/sing-box/constant.Version=${version}" "-X=github.com/sagernet/sing-box/constant.Version=${finalAttrs.version}" ]; postInstall = Loading Loading @@ -73,4 +73,4 @@ buildGoModule rec { maintainers = with lib.maintainers; [ nickcao ]; mainProgram = "sing-box"; }; } })