mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
fastfetch: 2.20.0 -> 2.21.0
This commit is contained in:
parent
05ea6fe871
commit
426a3fb501
@ -19,7 +19,6 @@
|
||||
libsepol,
|
||||
libxcb,
|
||||
makeBinaryWrapper,
|
||||
networkmanager,
|
||||
nix-update-script,
|
||||
ocl-icd,
|
||||
opencl-headers,
|
||||
@ -48,13 +47,13 @@ let
|
||||
in
|
||||
stdenv'.mkDerivation (finalAttrs: {
|
||||
pname = "fastfetch";
|
||||
version = "2.20.0";
|
||||
version = "2.21.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fastfetch-cli";
|
||||
repo = "fastfetch";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-8N2BG9eTZpAvnc1wiG6p7GJSCPfZ+NTbz8kLGPRg5HU=";
|
||||
hash = "sha256-1bWWwMzbzECWARhl3ULMVF5QhbvrV5ShVT382BnRGg8=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
@ -88,7 +87,6 @@ stdenv'.mkDerivation (finalAttrs: {
|
||||
libpulseaudio
|
||||
libselinux
|
||||
libsepol
|
||||
networkmanager
|
||||
ocl-icd
|
||||
opencl-headers
|
||||
util-linux
|
||||
|
Loading…
Reference in New Issue
Block a user