onefetch: 2.6.0 -> 2.7.0
This commit is contained in:
parent
e76d0c37e6
commit
ad4a4e12e8
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user