Loading pkgs/by-name/mo/moon/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -9,20 +9,21 @@ nix-update-script, installShellFiles, buildPackages, writableTmpDirAsHomeHook, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "moon"; version = "1.38.5"; version = "1.41.2"; src = fetchFromGitHub { owner = "moonrepo"; repo = "moon"; tag = "v${finalAttrs.version}"; hash = "sha256-jWLyg7K+ucCsrHwFNrpmWAXznSD+3TaYGfbZ2hWlnP0="; hash = "sha256-pBuCKwBLIDv+UANyKGKbPC9am8YYgTKLF0fY2WLpOVg="; }; cargoHash = "sha256-2E59P0d3SDZUgbN5V52Rr9liONiKcFUFv3dSrtFJ8NE="; cargoHash = "sha256-2Kv12YpYLNPHp2sK4NV3N+w3yQUL+WoYPrmkrYyyp+8="; env = { RUSTFLAGS = "-C strip=symbols"; Loading @@ -33,6 +34,7 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ pkg-config installShellFiles writableTmpDirAsHomeHook ]; postInstall = lib.optionalString (stdenv.hostPlatform.emulatorAvailable buildPackages) ( Loading Loading
pkgs/by-name/mo/moon/package.nix +5 −3 Original line number Diff line number Diff line Loading @@ -9,20 +9,21 @@ nix-update-script, installShellFiles, buildPackages, writableTmpDirAsHomeHook, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "moon"; version = "1.38.5"; version = "1.41.2"; src = fetchFromGitHub { owner = "moonrepo"; repo = "moon"; tag = "v${finalAttrs.version}"; hash = "sha256-jWLyg7K+ucCsrHwFNrpmWAXznSD+3TaYGfbZ2hWlnP0="; hash = "sha256-pBuCKwBLIDv+UANyKGKbPC9am8YYgTKLF0fY2WLpOVg="; }; cargoHash = "sha256-2E59P0d3SDZUgbN5V52Rr9liONiKcFUFv3dSrtFJ8NE="; cargoHash = "sha256-2Kv12YpYLNPHp2sK4NV3N+w3yQUL+WoYPrmkrYyyp+8="; env = { RUSTFLAGS = "-C strip=symbols"; Loading @@ -33,6 +34,7 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeBuildInputs = [ pkg-config installShellFiles writableTmpDirAsHomeHook ]; postInstall = lib.optionalString (stdenv.hostPlatform.emulatorAvailable buildPackages) ( Loading