onefetch: 2.7.3 -> 2.9.1

This commit is contained in:
R. RyanTM 2021-01-20 14:19:35 +00:00
parent 35b89f31e3
commit 7d0d15be5a

View File

@ -3,16 +3,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "onefetch"; pname = "onefetch";
version = "2.7.3"; version = "2.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "o2sh"; owner = "o2sh";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0c56na9s3g7rdb4cc6ccsnfby2ihf5zrfs3lg9qxiqsfr7mcn4w9"; sha256 = "sha256-owa+HmzMXpLR7H1FssW4gQiVAQGJRXhcitgJj6pxJRc=";
}; };
cargoSha256 = "05rrww53g3k2c8mpxvyc067qsgs7w9sxnzdlvmca1idbqa0k9060"; cargoSha256 = "sha256-TqWe4eARQmmWcwnvb6BIZrzGeKMpiIObPv0cW1JvWj4=";
buildInputs = with stdenv; buildInputs = with stdenv;
lib.optionals isDarwin [ CoreFoundation libiconv libresolv Security ]; lib.optionals isDarwin [ CoreFoundation libiconv libresolv Security ];