Merge pull request #103100 from Kloenk/onefetch_2_7

onefetch: 2.6.0 -> 2.7.0
This commit is contained in:
John Ericson 2020-11-07 15:38:05 -05:00 committed by GitHub
commit 6f4a1cb60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "onefetch"; pname = "onefetch";
version = "2.6.0"; version = "2.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "o2sh"; owner = "o2sh";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-KdPr/6wGyoHhEwfPektL+B1khyoRfxDHI4aFcKNU0TM="; sha256 = "sha256-9HZLr/dwr5T1m6H/SHy9ULfKMkyrLNb2Z8W3RlSWzGM=";
}; };
cargoSha256 = "sha256-MLlGz7Sid0G52//XekqkZgzLqFL7xoUwT6OvpaF4jm0="; cargoSha256 = "sha256-cyffVX1XEF5zaNbk/VeZEtKG/Npwv5Yzz9OU5G9UyGc=";
buildInputs = with stdenv; buildInputs = with stdenv;
lib.optionals isDarwin [ CoreFoundation libiconv libresolv Security ]; lib.optionals isDarwin [ CoreFoundation libiconv libresolv Security ];