me
/
guix
Archived
1
0
Fork 0

gnu: coeurl: Add source file-name.

* gnu/packages/curl.scm (coeurl)[source]: Add file-name field.
Efraim Flashner 2022-03-14 12:10:30 +02:00
parent 4ba35ccd18
commit c0ca63b4da
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ curl to obtain exactly that HTTP request.")
(uri (git-reference (uri (git-reference
(url "https://nheko.im/nheko-reborn/coeurl") (url "https://nheko.im/nheko-reborn/coeurl")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0")))) "0kbazvrb4hzc9jr7yywd36ack1yy7bh8sh1kc4jzv6jfzvxjb0i0"))))