mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
build: fix missing pname and version
This commit is contained in:
@@ -51,7 +51,9 @@
|
|||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
default = pkgs.buildGoModule (finalAttrs: {
|
default = pkgs.buildGoModule (finalAttrs: {
|
||||||
inherit pname version;
|
pname = "spotiflac-cli";
|
||||||
|
version = "2.0.0";
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
vendorHash = "sha256-EpGgfiCqJjHEOphV2x8FmXeIFls7eq2NVxb/or4NLUo=";
|
vendorHash = "sha256-EpGgfiCqJjHEOphV2x8FmXeIFls7eq2NVxb/or4NLUo=";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user