phpExtensions.openswoole: use tag instead of rev

This commit is contained in:
Piotr Kwiecinski
2026-03-14 15:08:19 +01:00
parent ba26a315f3
commit ce539b4ce3

View File

@@ -18,7 +18,7 @@ buildPecl {
src = fetchFromGitHub {
owner = "openswoole";
repo = "swoole-src";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-fTr7CuWZt902YnTtEriWL8wjHni71N/u5upJqY+UvYs=";
};