Skip to content

Commit

Permalink
moon: change version to confirm to contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jun 15, 2023
1 parent f84036f commit 1111111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/build-managers/moon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
pname = "moon";
version = "v1.5.1";
version = "1.5.1";

src = fetchFromGitHub {
owner = "moonrepo";
repo = pname;
rev = version;
rev = "v${version}";
hash = "sha256-TA27e0W0XSOC326lnO/mSlJNLGn6roJhd1CrQadWb/U=";
};

cargoHash = "sha256-Q044nxI6VGGal9I31VuZeGLho4KIz/Rzg4Lrn1prj4Y=";
cargoHash = "sha256-HbZsCP54uuiWQsUf0ChoVA4HOQbr7rZ63ThNro7QyLA=";

env = {
RUSTFLAGS = "-C strip=symbols";
Expand Down

0 comments on commit 1111111

Please sign in to comment.