about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix/forge/webhook.scm16
1 files changed, 16 insertions, 0 deletions
diff --git a/guix/forge/webhook.scm b/guix/forge/webhook.scm
index c968685..b729553 100644
--- a/guix/forge/webhook.scm
+++ b/guix/forge/webhook.scm
@@ -49,6 +49,22 @@
             webhook-hook-id
             webhook-hook-run))
 
+(define go-golang-org-x-sys-0.18
+  (package
+    (inherit go-golang-org-x-sys)
+    (name "go-golang-org-x-sys")
+    (version "0.18.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://go.googlesource.com/sys")
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "11p97drmsiyd42bb0pg9j1bshdmkfmjvfmg118x212wafdw77x6l"))))))
+
 (define-public webhook
   (package
     (name "webhook")