Skip to content

Commit

Permalink
Merge pull request NixOS#258700 from mfrw/mfrw/starry-2.0.2
Browse files Browse the repository at this point in the history
starry: 2.0.1 -> 2.0.2
  • Loading branch information
figsoda authored Oct 3, 2023
2 parents 4c3e787 + 0a208b2 commit 4d29250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/starry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

rustPlatform.buildRustPackage rec {
pname = "starry";
version = "2.0.1";
version = "2.0.2";

src = fetchCrate {
inherit pname version;
hash = "sha256-CPEMjg70MXlV+ruYnEHpTmqlc27NMTUKTR4/fpQmYcI=";
hash = "sha256-/ZUmMLEqlpqu+Ja/3XjFJf+OFZJCz7rp5MrQBEjwsXs=";
};

cargoHash = "sha256-d6icXOgju4qEV2+J+G09/xeQMIX3/4XUFmuWfD/Cqhc=";
cargoHash = "sha256-L6s1LkWnjht2VLwq1GOFiIosnZjFN9tDSLpPtokmj9o=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 4d29250

Please sign in to comment.