Skip to content

Commit

Permalink
stargazer: 1.2.2 -> 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gaykitty committed Sep 1, 2024
1 parent 114af9a commit b29c498
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/gemini/stargazer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "stargazer";
version = "1.2.2";
version = "1.2.3";

src = fetchFromSourcehut {
owner = "~zethra";
repo = "stargazer";
rev = version;
hash = "sha256-RHiwH+PSic64W9BTLnburykurO2Tes0lGy5droexh+0=";
hash = "sha256-u7usYSopjBeWaZXQLVJrwcdXw16v0w7MD2tjriuZ4Ww=";
};

cargoHash = "sha256-fzHuztChGtyVTD3wFk6Ke42R0hFA2+HpWcnEbKSYOHY=";
cargoHash = "sha256-ZqUwjWuqs9vB87pqEYm2qdmPBHoCNH1NM9zP5qRV0qE=";

doCheck = false; # Uses external testing framework that requires network

Expand Down

0 comments on commit b29c498

Please sign in to comment.