gnu: fswatch: Don't use NAME in source URI.
* gnu/packages/monitoring.scm (fswatch)[source]: Hard-code NAME.
This commit is contained in:
parent
bc03fe69fd
commit
6396829738
|
@ -433,7 +433,7 @@ written in Go with pluggable metric collectors.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/emcrisostomo/fswatch.git")
|
(url "https://github.com/emcrisostomo/fswatch.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r9m3rysqa1kdgghv2i6sv4zrd0v8idsbrp627ys642dl39svir3"))))
|
"0r9m3rysqa1kdgghv2i6sv4zrd0v8idsbrp627ys642dl39svir3"))))
|
||||||
|
|
Loading…
Reference in New Issue