starry: 2.0.1 -> 2.0.2

+3 -3
+3 -3
pkgs/tools/misc/starry/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "starry"; 12 - version = "2.0.1"; 13 14 src = fetchCrate { 15 inherit pname version; 16 - hash = "sha256-CPEMjg70MXlV+ruYnEHpTmqlc27NMTUKTR4/fpQmYcI="; 17 }; 18 19 - cargoHash = "sha256-d6icXOgju4qEV2+J+G09/xeQMIX3/4XUFmuWfD/Cqhc="; 20 21 nativeBuildInputs = [ 22 pkg-config
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "starry"; 12 + version = "2.0.2"; 13 14 src = fetchCrate { 15 inherit pname version; 16 + hash = "sha256-/ZUmMLEqlpqu+Ja/3XjFJf+OFZJCz7rp5MrQBEjwsXs="; 17 }; 18 19 + cargoHash = "sha256-L6s1LkWnjht2VLwq1GOFiIosnZjFN9tDSLpPtokmj9o="; 20 21 nativeBuildInputs = [ 22 pkg-config