Merge pull request #330253 from sikmir/agate

agate: 3.3.7 → 3.3.8
This commit is contained in:
Nick Cao 2024-07-26 19:19:25 -04:00 committed by GitHub
commit 9b70d206f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 9 deletions

View File

@ -5,7 +5,7 @@
fetchFromGitHub,
rustPlatform,
libiconv,
Security,
darwin,
openssl,
pkg-config,
nix-update-script,
@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "agate";
version = "3.3.7";
version = "3.3.8";
src = fetchFromGitHub {
owner = "mbrubeck";
repo = "agate";
rev = "v${version}";
hash = "sha256-pNfTgkl59NTRDH+w23P49MUWzIXh5ElnJitMEYfsBnc=";
hash = "sha256-HK4ZTpRe6dEvBnjZLisSGXJmD5gTPEnf6f/gN0AHUsI=";
};
cargoHash = "sha256-RuSvweZhPWS2C2lwncxWAW2XLQN6+bAslv3p4IwQ2BA=";
cargoHash = "sha256-yRCH4TRZ3m7ZG/NAEi1YDisSoad6FxCyojtXVvwbU9w=";
nativeBuildInputs = [ pkg-config ];
@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
[ openssl ]
++ lib.optionals stdenv.isDarwin [
libiconv
Security
darwin.apple_sdk.frameworks.Security
];
doInstallCheck = true;

View File

@ -1598,10 +1598,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
agate = callPackage ../servers/gemini/agate {
inherit (darwin.apple_sdk.frameworks) Security;
};
agi = callPackage ../tools/graphics/agi { };
agola = callPackage ../development/tools/continuous-integration/agola { };