Loading nixos/tests/starship.nix +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,8 @@ machine.wait_for_unit("default.target") machine.succeed("expect-bash") machine.succeed("expect-fish") # FIXME: Fish test fails to display Starship while inside the test environment; works on real systems. # machine.succeed("expect-fish") machine.succeed("expect-zsh") ''; } pkgs/by-name/st/starship/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "starship"; version = "1.24.2"; version = "1.25.0"; src = fetchFromGitHub { owner = "starship"; repo = "starship"; tag = "v${finalAttrs.version}"; hash = "sha256-QE0zsQa7JRSXbCBe9yGGGW2ZNo0kp+JD0/5jIyN0OIQ="; hash = "sha256-r7qUsAcs/Ljp1bgormw9sw4UKePs4EdAV0PjMWFFTdo="; }; nativeBuildInputs = [ installShellFiles ]; Loading @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage (finalAttrs: { '' ); cargoHash = "sha256-CYRm8wvKK7HIPI1yxTWLV/wpK++mHVT9BvDVX96VFr0="; cargoHash = "sha256-1fCdIJC1PW86ZV4dfL8OJ8Xm3y2rbBvDNeZ0Td+TZVY="; nativeCheckInputs = [ gitMinimal Loading Loading
nixos/tests/starship.nix +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,8 @@ machine.wait_for_unit("default.target") machine.succeed("expect-bash") machine.succeed("expect-fish") # FIXME: Fish test fails to display Starship while inside the test environment; works on real systems. # machine.succeed("expect-fish") machine.succeed("expect-zsh") ''; }
pkgs/by-name/st/starship/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "starship"; version = "1.24.2"; version = "1.25.0"; src = fetchFromGitHub { owner = "starship"; repo = "starship"; tag = "v${finalAttrs.version}"; hash = "sha256-QE0zsQa7JRSXbCBe9yGGGW2ZNo0kp+JD0/5jIyN0OIQ="; hash = "sha256-r7qUsAcs/Ljp1bgormw9sw4UKePs4EdAV0PjMWFFTdo="; }; nativeBuildInputs = [ installShellFiles ]; Loading @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage (finalAttrs: { '' ); cargoHash = "sha256-CYRm8wvKK7HIPI1yxTWLV/wpK++mHVT9BvDVX96VFr0="; cargoHash = "sha256-1fCdIJC1PW86ZV4dfL8OJ8Xm3y2rbBvDNeZ0Td+TZVY="; nativeCheckInputs = [ gitMinimal Loading