diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 13:10:05 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-26 13:10:05 +0000 |
| commit | 88040bb77136ebfb0ead32396d3a8b8d0256c33b (patch) | |
| tree | a33280a93f9658f07cf6967522edf0527188e197 | |
| parent | db402a1e0314af9119bf80fef69dee9e93cc6763 (diff) | |
gnu: go-fxlint: Update to 0.0.0-20251227140935-d5da5b04ac90.
* gnu/packages/golang-apps.scm (go-fxlint): Update to 0.0.0-20251227140935-d5da5b04ac90.
Change-Id: I48d124ff6d36224f49b356b6af120f3c49ff9b8e
| -rw-r--r-- | gnu/packages/golang-apps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-apps.scm b/gnu/packages/golang-apps.scm index df8a91e0aeb..1f63b699f3c 100644 --- a/gnu/packages/golang-apps.scm +++ b/gnu/packages/golang-apps.scm @@ -83,7 +83,7 @@ translators for Pygments lexers and styles.") (define-public go-fxlint (package (name "go-fxlint") - (version "0.0.0-20250513223611-0a30575829d4") + (version "0.0.0-20251227140935-d5da5b04ac90") (source (origin (method git-fetch) @@ -93,7 +93,7 @@ translators for Pygments lexers and styles.") #:subdir "tools")))) (file-name (git-file-name name version)) (sha256 - (base32 "058pnalgm23in7ijz1zakmn5appss5la9v0yzrh8psi8d1rzidsj")))) + (base32 "0yw9x95v82dcxh0zf13inz8c3q7p2hmzqzgja360b1yifi01rvrc")))) (build-system go-build-system) (arguments (list |
