Skip to content

Commit

Permalink
Merge staging-next into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 28, 2024
2 parents 3bbf8e8 + a0418f6 commit e71b171
Show file tree
Hide file tree
Showing 32 changed files with 1,489 additions and 3,322 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
lib,
consult,
embark,
embark-consult,
fetchFromGitHub,
forge,
gh,
Expand All @@ -12,24 +12,26 @@

melpaBuild {
pname = "consult-gh";
version = "1.0-unstable-2024-08-11";
version = "1.0-unstable-2024-08-24";

src = fetchFromGitHub {
owner = "armindarvish";
repo = "consult-gh";
rev = "640d4b9c71aa6dfff4f29c0207cc02316f1d61c8";
hash = "sha256-hFHex4cUAP1U5aK1bfa+va1jiWS8tRqtnMGxr17NWio=";
rev = "b1d85d179438e4b6469e1b78906a7dde8f07c822";
hash = "sha256-VmxuXvO0nl0h9IKU+XWfjW90KG/1B+qHoOVhvYJ8XTs=";
};

packageRequires = [
consult
embark
embark-consult
forge
markdown-mode
];

propagatedUserEnvPkgs = [ gh ];

ignoreCompilationError = false;

passthru.updateScript = unstableGitUpdater { };

meta = {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ae/aegisub/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
# error: unknown type name 'NSUInteger'
postPatch = ''
substituteInPlace src/dialog_colorpicker.cpp \
--replace "NSUInteger" "size_t"
--replace-fail "NSUInteger" "size_t"
'';

env = {
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/an/ananicy-rules-cachyos/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenvNoCC.mkDerivation {
pname = "ananicy-rules-cachyos";
version = "0-unstable-2024-07-27";
version = "0-unstable-2024-08-26";

src = fetchFromGitHub {
owner = "CachyOS";
repo = "ananicy-rules";
rev = "c6153c9e909475bbb08b4e56af152179ff7f171f";
hash = "sha256-sAWHm3PK9mM+AtHdDhq3RIQBo58eEZtD1l7QfCTpl0s=";
rev = "a78b76536246898045fd1844aced381d01b7f1c6";
hash = "sha256-bDfvWg5r4LmWI8tPrx9qzgEnJuMSYBm6MDf6yOaPqkY=";
};

dontConfigure = true;
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/as/ast-grep/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "ast-grep";
version = "0.24.1";
version = "0.26.3";

src = fetchFromGitHub {
owner = "ast-grep";
repo = "ast-grep";
rev = version;
hash = "sha256-kNPmtaUb5rMbdTlNKD3PrInuxGQt/JamMDx8BwBxVd8=";
hash = "sha256-i2M3QSwLj2px6tiYyW8jz/WZ2z+IETrSoxis+BgHGXg=";
};

cargoHash = "sha256-iV2GXH7opNIyWsgi0EnRIXDhJd3s66qFhnZWawBPb6g=";
cargoHash = "sha256-6CXttQ+r2Ye5tz1V7XgLLnKQg7LHUVUtqpThETrwtzQ=";

nativeBuildInputs = [ installShellFiles ];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/lo/loopwm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "loopwm";
version = "1.0.0";
version = "1.1.1";

src = fetchurl {
url = "https://github.com/MrKai77/Loop/releases/download/${finalAttrs.version}/Loop.zip";
hash = "sha256-1DQ6O6QkD04/meS0XaS0+vpr+vd5cfwGSehV8QVgYtI=";
hash = "sha256-eF8B4rmkyTtT0vWTcjdaNaWCHWSlPfS4uVV29L+wXiM=";
};

sourceRoot = ".";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/maa-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

rustPlatform.buildRustPackage rec {
pname = "maa-cli";
version = "0.4.11";
version = "0.4.12";

src = fetchFromGitHub {
owner = "MaaAssistantArknights";
repo = "maa-cli";
rev = "v${version}";
hash = "sha256-ycX2enTMcBwXXz5khLJEIFcX6pPzsoq5rKpOQIUg1rg=";
hash = "sha256-cq1FCsBHwcL8a51MswG/5TvyzSbtOvqw06OZfIXDVwg=";
};

nativeBuildInputs = [
Expand All @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
buildNoDefaultFeatures = true;
buildFeatures = [ "git2" ];

cargoHash = "sha256-Eftr/IxOGD4HCFgePguoZTg99yx1itBH28MHXrHKv8Y=";
cargoHash = "sha256-eXgZt8sLbHkVNWqFv8Zdq7xrFBi1YhKI8Js0OT2Npi8=";

# maa-cli would only seach libMaaCore.so and resources in itself's path
# https://github.com/MaaAssistantArknights/maa-cli/issues/67
Expand Down
Loading

0 comments on commit e71b171

Please sign in to comment.