fastfetch: 2.50.1 -> 2.50.2
Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.50.2 Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
5d2752ffef
commit
ebfb49f0c7
@ -59,13 +59,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fastfetch";
|
||||
version = "2.50.1";
|
||||
version = "2.50.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fastfetch-cli";
|
||||
repo = "fastfetch";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-BYIusMRXf+zTlY0UahJogV9JsXD/42bHqTSFL+kExIw=";
|
||||
hash = "sha256-dY8JAv5UnsJLPbhb/1JxvDxdHT0gusqkvOlOxsDS6p4=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user