SIGN IN SIGN UP

fix(nix): use v-prefixed tag in fetchFromGitHub rev

The rev was set to "${finalAttrs.version}" (e.g. "2.1.0") but the
actual git tag is "v2.1.0", causing a 404 when fetching the source
tarball. Prefix with "v" to match the tag.
S
sean tietz committed
fb55f73a029a18d832abad775227d4dc47939008
Parent: 68cd56a