mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fastfetch: 2.21.2 -> 2.21.3
This commit is contained in:
parent
b46afe538d
commit
dc9fccd6c7
1 changed files with 2 additions and 2 deletions
|
@ -47,13 +47,13 @@ let
|
|||
in
|
||||
stdenv'.mkDerivation (finalAttrs: {
|
||||
pname = "fastfetch";
|
||||
version = "2.21.2";
|
||||
version = "2.21.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fastfetch-cli";
|
||||
repo = "fastfetch";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-wh8k/+2Wj5XhYvBD+s7IHLGi7v7gxn6rxLHlZTvw+Rk=";
|
||||
hash = "sha256-AnURAH5tSIwmbLtB7FjjrOODGxrXbMOIqVjIBwOU+lo=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
Loading…
Reference in a new issue