diff options
| author | Roman Scherer <roman@burningswell.com> | 2026-01-11 11:06:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-07 20:59:05 +0100 |
| commit | 0deb53a24ed1ca6cc66ac43d2697be741f6e523e (patch) | |
| tree | 97f5d26892fc50116d1f0c1398fbac126de33e9a | |
| parent | afe95f9e67e915446404c7b08e7f9a494987fd8c (diff) | |
gnu: go-github-com-charmbracelet-x-exp-slice: Use git-fetch/lfs.
The charmbracelet/x repository uses Git LFS for binary files (*.png, *.jpg,
*.ttf). Using git-fetch/lfs ensures proper checkout of these files,
preventing hash mismatches across different architectures.
* gnu/packages/golang-xyz.scm (go-github-com-charmbracelet-x-exp-slice): Use
git-fetch/lfs method.
Relates-to: https://codeberg.org/guix/guix/pulls/5190
Change-Id: Icb48340561aa40a1d653d3e8adb178a90e78e849
Reviewed-by: Johannes Christ <jc@jchri.st>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 68179c96810..6c399a0fb2b 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -5006,7 +5006,7 @@ package provides an API for comparing Golden files.") #:subdir "exp/slice")))) (file-name (git-file-name name version)) (sha256 - (base32 "1jbyg0ar8cz5f1lfnsqrzsbl51c74xf27v065nwcw78b26i7mg2g")))) + (base32 "18rj7aakx6fk9hq5v802mpby204cwfg92fifsni36klkdhh5dnv6")))) (build-system go-build-system) (arguments (list |
