Merge pull request #276298 from r-ryantm/auto-update/star-history

star-history: 1.0.15 -> 1.0.16
This commit is contained in:
Nick Cao 2023-12-23 11:23:35 -05:00 committed by GitHub
commit 1373260ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

@ -1,27 +1,27 @@
{ lib
, rustPlatform
, darwin
, fetchCrate
, pkg-config
, openssl
, stdenv
, Security
}:
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.15";
version = "1.0.16";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-9/r01j/47rbgmXQy9qVOeY1E3LDMe9A/1SOB2l9zpJU=";
sha256 = "sha256-ChUZf8aohDOmNKPgn9+i0NNZ4rKJsXQPK6IMqWf0NQc=";
};
cargoSha256 = "sha256-kUpGBtgircX8/fACed4WO7rHTCah+3BFuQQV/A5pivg=";
cargoHash = "sha256-RsBWmEe4D+m3hxE1ryQ5aZb2uDax519qjQoIK7xStPw=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [
Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
meta = with lib; {

@ -30003,9 +30003,7 @@ with pkgs;
stdmanpages = callPackage ../data/documentation/std-man-pages { };
star-history = callPackage ../tools/misc/star-history {
inherit (darwin.apple_sdk.frameworks) Security;
};
star-history = callPackage ../tools/misc/star-history { };
starfetch = callPackage ../tools/misc/starfetch { };