ksh: use explicit refs/tags/ (#352641)

This commit is contained in:
Theodore Ni 2024-10-31 16:28:13 -07:00 committed by GitHub
commit 21106b4462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,8 +17,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "att";
repo = "ast";
rev = finalAttrs.version;
sha256 = "0cdxz0nhpq03gb9rd76fn0x1yzs2c8q289b7vcxnzlsrz1imz65j";
rev = "refs/tags/${finalAttrs.version}";
};
patches = [