gnu: fastfetch: Update to 2.36.1.

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

Change-Id: I8f3f84ac0345f6497bb1e611e5286dec2645edfb
This commit is contained in:
Artyom V. Poptsov 2025-02-16 10:04:47 +03:00
parent 696f2acbc7
commit dd7a377c38
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -4616,7 +4616,7 @@ information tool.")
(define-public fastfetch (define-public fastfetch
(package (package
(name "fastfetch") (name "fastfetch")
(version "2.34.1") (version "2.36.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4625,7 +4625,7 @@ information tool.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1fb8ix2wxvqb414gvc6174dwigpixswbysq7yp9c3rw3c55r294h")) (base32 "13999l229v2awcl29y3fgijhg8hbk8i9gz6j31z7p9xhkrhn3y42"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet '(begin (snippet '(begin
(delete-file-recursively "src/3rdparty"))))) (delete-file-recursively "src/3rdparty")))))