Merge pull request #280820 from r-ryantm/auto-update/monolith

monolith: 2.7.0 -> 2.8.0

authored by Weijia Wang and committed by GitHub 43026aa7 0ebd715d

+6 -5
+5 -4
pkgs/tools/backup/monolith/default.nix
··· 5 5 , openssl 6 6 , libiconv 7 7 , Security 8 + , SystemConfiguration 8 9 }: 9 10 10 11 rustPlatform.buildRustPackage rec { 11 12 pname = "monolith"; 12 - version = "2.7.0"; 13 + version = "2.8.0"; 13 14 14 15 src = fetchFromGitHub { 15 16 owner = "Y2Z"; 16 17 repo = pname; 17 18 rev = "v${version}"; 18 - sha256 = "sha256-pljMWAfmDQUxQEyFGVhXqLjRq6P7D+YUB/e1h66WnDE="; 19 + sha256 = "sha256-TYLQkVVjIFr6BrPaKJSHDnLAK0HQuI3Pmi2IkWVoIn4="; 19 20 }; 20 21 21 - cargoSha256 = "sha256-kFDyjiupjN1cuhzE16v6JP/yyXdtwL3srZVtSimnahA="; 22 + cargoHash = "sha256-NIKueum/BQEW21e8/DGadtwylXeT3Vl2TOVbbxxWkLY="; 22 23 23 24 nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ]; 24 25 buildInputs = lib.optionals stdenv.isLinux [ openssl ] 25 - ++ lib.optionals stdenv.isDarwin [ libiconv Security ]; 26 + ++ lib.optionals stdenv.isDarwin [ libiconv Security SystemConfiguration ]; 26 27 27 28 checkFlagsArray = [ "--skip=tests::cli" ]; 28 29
+1 -1
pkgs/top-level/all-packages.nix
··· 10956 10956 monocraft = callPackage ../data/fonts/monocraft { }; 10957 10957 10958 10958 monolith = callPackage ../tools/backup/monolith { 10959 - inherit (darwin.apple_sdk.frameworks) Security; 10959 + inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration; 10960 10960 }; 10961 10961 10962 10962 moreutils = callPackage ../tools/misc/moreutils {