mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
fastfetchMinimal: 2.59.0 -> 2.60.0
This commit is contained in:
parent
123924d575
commit
4afdd3beef
1 changed files with 2 additions and 2 deletions
|
|
@ -61,13 +61,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "fastfetch";
|
||||
version = "2.59.0";
|
||||
version = "2.60.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fastfetch-cli";
|
||||
repo = "fastfetch";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-XnVSVf9dFWJLmMDsXNclWCnMTwigVORXYhcpxTgEWuY=";
|
||||
hash = "sha256-KBK5ZajrmZyscl/4Svk1sl63AhrfAdA+/sO0/vA5JSE=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue