lora: use tag in fetchFromGitHub

This commit is contained in:
Heitor Augusto
2025-02-10 18:49:41 -03:00
parent c70b85d5e0
commit 41d706f5e2
+1 -1
View File
@@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation rec {
src = fetchFromGitHub {
owner = "cyrealtype";
repo = "lora";
rev = "v${version}";
tag = "v${version}";
hash = "sha256-EHa8DUPFRvdYBdCY41gfjKGtTHwGIXCwD9Qc+Npmt1s=";
};