Commit 865bf0fb authored by Emily's avatar Emily
Browse files

ksh: use explicit `refs/tags/`

Branch–tag confusion strikes again! Confirmed that the hash matches.
parent 05e3b3d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "att";
    repo = "ast";
    rev = finalAttrs.version;
    sha256 = "0cdxz0nhpq03gb9rd76fn0x1yzs2c8q289b7vcxnzlsrz1imz65j";
    rev = "refs/tags/${finalAttrs.version}";
  };

  patches = [