ksh: use explicit refs/tags/

Branch–tag confusion strikes again! Confirmed that the hash matches.
This commit is contained in:
Emily 2024-10-31 15:23:46 +00:00
parent 05e3b3d344
commit 865bf0fb36

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 = [