gnu: fastfetch: Update to 2.50.2.

* gnu/packages/admin.scm (fastfetch): Update to 2.50.2.

Change-Id: Ifa2dc59af8c2a4b72ad95295ddadb2628f32e90b
This commit is contained in:
Artyom V. Poptsov 2025-08-21 22:30:56 +03:00
parent 6acd3dce34
commit f089b33f07
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -4639,7 +4639,7 @@ information tool.")
(define-public fastfetch (define-public fastfetch
(package (package
(name "fastfetch") (name "fastfetch")
(version "2.50.1") (version "2.50.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4648,7 +4648,7 @@ information tool.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "13640kljz19lm73ndqzzf2qljpw1d096l54djp9yqzspqjq2x0h5")) (base32 "17pasb0cckp9pjjcmfi07lfmsg5wf59gynxq7m5w57jlzq10k3vm"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
(delete-file-recursively "src/3rdparty"))))) (delete-file-recursively "src/3rdparty")))))