Loading pkgs/tools/misc/onefetch/default.nix +14 −6 Original line number Diff line number Diff line { fetchFromGitHub, rustPlatform, lib, stdenv, fetchpatch , CoreFoundation, libiconv, libresolv, Security }: { fetchFromGitHub , rustPlatform , lib , stdenv , fetchpatch , CoreFoundation , libiconv , libresolv , Security }: rustPlatform.buildRustPackage rec { pname = "onefetch"; version = "2.9.1"; version = "2.10.2"; src = fetchFromGitHub { owner = "o2sh"; repo = pname; rev = "v${version}"; sha256 = "sha256-owa+HmzMXpLR7H1FssW4gQiVAQGJRXhcitgJj6pxJRc="; sha256 = "sha256-lrRp01ZeK9bGn7L7SqAxJAU9qugpHnC06CWChhVPGGQ="; }; cargoSha256 = "sha256-Bn2FlRESuW83ouGPiBwvGkIB0uCDDG0hdhRfRBks/0Q="; cargoSha256 = "sha256-vNa1OF1x/MCTo9B4DTDZNWyHTsOl7Za3EgjnpsL/gWg="; buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation libiconv libresolv Security ]; Loading @@ -20,6 +28,6 @@ rustPlatform.buildRustPackage rec { description = "Git repository summary on your terminal"; homepage = "https://github.com/o2sh/onefetch"; license = licenses.mit; maintainers = with maintainers; [ Br1ght0ne kloenk ]; maintainers = with maintainers; [ Br1ght0ne kloenk SuperSandro2000 ]; }; } Loading
pkgs/tools/misc/onefetch/default.nix +14 −6 Original line number Diff line number Diff line { fetchFromGitHub, rustPlatform, lib, stdenv, fetchpatch , CoreFoundation, libiconv, libresolv, Security }: { fetchFromGitHub , rustPlatform , lib , stdenv , fetchpatch , CoreFoundation , libiconv , libresolv , Security }: rustPlatform.buildRustPackage rec { pname = "onefetch"; version = "2.9.1"; version = "2.10.2"; src = fetchFromGitHub { owner = "o2sh"; repo = pname; rev = "v${version}"; sha256 = "sha256-owa+HmzMXpLR7H1FssW4gQiVAQGJRXhcitgJj6pxJRc="; sha256 = "sha256-lrRp01ZeK9bGn7L7SqAxJAU9qugpHnC06CWChhVPGGQ="; }; cargoSha256 = "sha256-Bn2FlRESuW83ouGPiBwvGkIB0uCDDG0hdhRfRBks/0Q="; cargoSha256 = "sha256-vNa1OF1x/MCTo9B4DTDZNWyHTsOl7Za3EgjnpsL/gWg="; buildInputs = lib.optionals stdenv.isDarwin [ CoreFoundation libiconv libresolv Security ]; Loading @@ -20,6 +28,6 @@ rustPlatform.buildRustPackage rec { description = "Git repository summary on your terminal"; homepage = "https://github.com/o2sh/onefetch"; license = licenses.mit; maintainers = with maintainers; [ Br1ght0ne kloenk ]; maintainers = with maintainers; [ Br1ght0ne kloenk SuperSandro2000 ]; }; }