summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2025-08-29 14:32:12 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-29 16:47:37 +0200
commita0fc8ae8c8ef6de6cac6da87cbd541433c74fe34 (patch)
treee7e38df74ef9931e81c4cec380f8691ff674b6fc /gnu/packages/admin.scm
parent603b6526c96171f8800a8697338c6c997d52b7e7 (diff)
gnu: fastfetch: Update to 2.51.1.
* gnu/packages/admin.scm (fastfetch): Update to 2.51.1. [arguments]: Remove phases. Change-Id: I7dbd09c6ef800fe6410c60cc318b616a8ce55d8f Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm14
1 files changed, 3 insertions, 11 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2e10b5bdc0e..e429a671736 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4639,7 +4639,7 @@ information tool.")
(define-public fastfetch
(package
(name "fastfetch")
- (version "2.50.2")
+ (version "2.51.1")
(source
(origin
(method git-fetch)
@@ -4648,7 +4648,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17pasb0cckp9pjjcmfi07lfmsg5wf59gynxq7m5w57jlzq10k3vm"))
+ (base32 "1c5z1mgpgm8nzxkdjfh0412zdnv1f8i1vvic2h5v99f9cmdjwr25"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))
@@ -4666,15 +4666,7 @@ information tool.")
"/share/hwdata/pci.ids")
(string-append "-DCUSTOM_AMDGPU_IDS_PATH="
#$(this-package-input "libdrm")
- "/share/libdrm/amdgpu.ids"))
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'fix-yyjson
- (lambda _
- ;; workaround for https://github.com/fastfetch-cli/fastfetch/pull/1904
- (substitute* "src/util/FFstrbuf.h"
- (("\"3rdparty/yyjson/yyjson.h\"")
- "<yyjson.h>")))))))
+ "/share/libdrm/amdgpu.ids"))))
(inputs (list dbus
glib
hwdata