Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

starship: 0.33.1 -> 0.35.1

Closes #79282
Co-authored-by: Oleksii Filonenko <brightone@protonmail.com>

+3 -3
+3 -3
pkgs/tools/misc/starship/default.nix
··· 3 3 4 4 rustPlatform.buildRustPackage rec { 5 5 pname = "starship"; 6 - version = "0.33.1"; 6 + version = "0.35.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "starship"; 10 10 repo = pname; 11 11 rev = "v${version}"; 12 - sha256 = "15z8iwig10brjxirr9nm1aibjz6qpd82v7n9c4i2q1q9qvb3j5cs"; 12 + sha256 = "17338l3nj6rysl9qvlbi1amqk6n5p15x8fvd11md7hwiavy4c63c"; 13 13 }; 14 14 15 15 buildInputs = stdenv.lib.optionals stdenv.isDarwin [ libiconv Security ]; ··· 19 19 --replace "/bin/echo" "echo" 20 20 ''; 21 21 22 - cargoSha256 = "16jr96ljd34x3fa2jahcqmjm1ds8519hx391wv1snk7y70fz1314"; 22 + cargoSha256 = "0q6g7i930n23aabkwfn30lpbm5brjls552ql5khc6w02sirshsng"; 23 23 checkPhase = "cargo test -- --skip directory::home_directory --skip directory::directory_in_root"; 24 24 25 25 meta = with stdenv.lib; {