gnu: gx-voodoo-fuzz-lv2: Fetch sources from git
* gnu/packages/music.scm (gx-voodoo-fuzz-lv2)[source]: Fetch from git.
This commit is contained in:
parent
37519239ac
commit
d42c66132e
|
@ -2853,14 +2853,14 @@ simulation of the Hyperion Fuzz pedal.")))
|
||||||
(name "gx-voodoo-fuzz-lv2")
|
(name "gx-voodoo-fuzz-lv2")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/brummer10/"
|
(uri (git-reference
|
||||||
"GxVoodoFuzz.lv2/archive/v"
|
(url "https://github.com/brummer10/GxVoodoFuzz.lv2.git")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cc8sg7q493bs6pcq4ipqp6czpxv04nh9yvn8kq2x65ni2208n2f"))
|
"1v0scphivri1fk4hl20j13f92i48mnx1zsil4hgnadsmm4nsfw43"))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
|
(home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
|
||||||
(synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
|
(synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
|
||||||
(description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
|
(description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
|
||||||
|
|
Loading…
Reference in New Issue