hover: hardcode pname

This commit is contained in:
Guy Chronister
2025-06-05 14:51:46 +00:00
parent a6b868ab0c
commit 60ee48a34d
+2 -2
View File
@@ -49,9 +49,9 @@ let
vendorHash = "sha256-GDoX5d2aDfaAx9JsKuS4r8137t3swT6rgcCghmaThSM=";
src = fetchFromGitHub {
rev = "v${version}";
tag = "v${version}";
owner = "go-flutter-desktop";
repo = pname;
repo = "hover";
sha256 = "sha256-ch59Wx4g72u7x99807ppURI4I+5aJ/W8Zr35q8X68v4=";
};