moon: 1.41.8 -> 2.3.2 (#529832)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-13 20:00:02 +00:00
committed by GitHub
+5 -3
View File
@@ -5,6 +5,7 @@
fetchFromGitHub,
openssl,
pkg-config,
protobuf,
versionCheckHook,
nix-update-script,
installShellFiles,
@@ -14,16 +15,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "moon";
version = "1.41.8";
version = "2.3.2";
src = fetchFromGitHub {
owner = "moonrepo";
repo = "moon";
tag = "v${finalAttrs.version}";
hash = "sha256-KPK1XE18A8vh5FlGIPizxWmEVPkJHcy6fvtFsOQlhok=";
hash = "sha256-Nc3J6s6+Go73lOnveH7agT80y9PVqLZw+x22vvi2mcg=";
};
cargoHash = "sha256-U3Hq5zy1dvG/sJA08bBi2mwMbTP2E5LLIpx0rMq2U1A=";
cargoHash = "sha256-+pmn9+7VNQyggoTmlhZ7s9vTnhSDWp5rqnFFbyLAfMk=";
env = {
RUSTFLAGS = "-C strip=symbols";
@@ -33,6 +34,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildInputs = [ openssl ];
nativeBuildInputs = [
pkg-config
protobuf
installShellFiles
writableTmpDirAsHomeHook
];