vrcadvert: refactor

This commit is contained in:
Gutyina Gergő
2024-12-13 20:59:58 +01:00
parent 58c0be8a93
commit 3ff58f5e65
+2 -2
View File
@@ -7,13 +7,13 @@
}:
buildDotnetModule rec {
pname = "VrcAdvert";
pname = "vrcadvert";
version = "1.0.0";
src = fetchFromGitHub {
owner = "galister";
repo = "VrcAdvert";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-noIu5LV0yva94Kmdr39zb0kKXDaIrQ8DIplCj3aTIbQ=";
};