| 5 Jan 2024 |
@qbit:tapenet.org | i'd probably switch to fetchFromGithub | 15:31:17 |
@qbit:tapenet.org | also version = shouldn't contain the v | 15:31:28 |
@qbit:tapenet.org | and you can use ${version} and other vars in the derivation in place of the hard-coded strings | 15:31:49 |
@qbit:tapenet.org | (you are using rec for that) | 15:31:54 |
@faust403:matrix.org | In reply to @qbit:tapenet.org i'd probably switch to fetchFromGithub It's like a good manner ? | 15:32:02 |
@qbit:tapenet.org | it's more common that fetch tarball - and i have seen tarballs change out (they are cached and get re-gen'd) | 15:32:43 |
@faust403:matrix.org | Okay, one moment | 15:33:09 |
@qbit:tapenet.org | take a look at other packages in the tree | 15:33:37 |
@qbit:tapenet.org | grep -r buildGoModule | 15:33:44 |