Merge pull request #301688 from r-ryantm/auto-update/apkeep

apkeep: 0.15.0 -> 0.16.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 21:50:23 +02:00 committed by GitHub
commit 65e11451a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -5,18 +5,19 @@
, openssl
, pkg-config
, Security
, SystemConfiguration
}:
rustPlatform.buildRustPackage rec {
pname = "apkeep";
version = "0.15.0";
version = "0.16.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-PikUb9D9duMATo9hJgjuZUK3WXUKfnCDWJBE/bJI92c=";
hash = "sha256-nPeXIzy9tYWeJrq1tIKXMILOjVnsAvsceY5dzz7+pYE=";
};
cargoHash = "sha256-R58CzeI1Xho6kzjb9ktO7sr6TgM3Hf2VU0pK4hmb1v4=";
cargoHash = "sha256-0NyZmZ00zmGfndz47NMeh76SMmh0ap6ZfkKebX7pMfw=";
prePatch = ''
rm .cargo/config.toml
@ -30,6 +31,7 @@ rustPlatform.buildRustPackage rec {
openssl
] ++ lib.optionals stdenv.isDarwin [
Security
SystemConfiguration
];
meta = with lib; {

View File

@ -29843,7 +29843,7 @@ with pkgs;
apache-directory-studio = callPackage ../applications/networking/apache-directory-studio { };
apkeep = callPackage ../tools/misc/apkeep {
inherit (darwin.apple_sdk.frameworks) Security;
inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
};
apngasm = callPackage ../applications/graphics/apngasm { };