ox: prefer tag rather than rev for fetchFromGitHub

Introduced in 7822cb3
This commit is contained in:
Kenichi Kamiya
2024-12-28 15:27:36 +09:00
parent f26fe7fc82
commit 2bd5556f63
+1 -1
View File
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
src = fetchFromGitHub {
owner = "curlpipe";
repo = pname;
rev = version;
tag = version;
hash = "sha256-kTCdq3C0OUQS3tQRwEJ0+MTHZ8j2nnUARjdbmfH6ed4=";
};