From 30c86752b618856b3002466d9cb35c99a4047df4 Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sun, 15 Feb 2026 16:59:31 +0100 Subject: [PATCH] build: fix missing pname and version --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b45e38e..ec53008 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,9 @@ }: { default = pkgs.buildGoModule (finalAttrs: { - inherit pname version; + pname = "spotiflac-cli"; + version = "2.0.0"; + src = ./.; vendorHash = "sha256-EpGgfiCqJjHEOphV2x8FmXeIFls7eq2NVxb/or4NLUo=";