sbctl: don't use pname in src

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-11-09 13:30:33 +01:00
parent fc30e169ac
commit 3a7bef85ca
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -15,8 +15,8 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "Foxboron";
repo = pname;
rev = version;
repo = "sbctl";
rev = "refs/tags/${version}";
hash = "sha256-BLSvjo6GCqpECJPJtQ6C2zEz1p03uyvxTYa+DoxZ78s=";
};