Merge pull request #151595 from Frostman/starship-1.1.0

starship: 1.0.0 -> 1.1.1

authored by

Bruno Bigras and committed by
GitHub
466e5255 5f3cff73

+3 -3
+3 -3
pkgs/tools/misc/starship/default.nix
··· 11 11 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "starship"; 14 - version = "1.0.0"; 14 + version = "1.1.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "starship"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-KU9IbvQ6qPbSoHVRN/g7iETV47Y4wMMESzpRHMQ0Uxw="; 20 + sha256 = "sha256-Rr0HCr/uJDsBQiKJIPdEL3WOaLgMY2Nq2JGOq4dEUxQ="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ installShellFiles ] ++ lib.optionals stdenv.isLinux [ pkg-config ]; ··· 34 34 done 35 35 ''; 36 36 37 - cargoSha256 = "sha256-IzTRvvQ1uHS2WY2Cf8VQOq423PjwXYNW4bub0ZyvTIE="; 37 + cargoSha256 = "sha256-UT6t1GbyON/wrIF/oXXhsT3Z61LFjggSPWKpSDHp+PI="; 38 38 39 39 preCheck = '' 40 40 HOME=$TMPDIR