mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
ksh: use explicit refs/tags/
Branch–tag confusion strikes again! Confirmed that the hash matches.
This commit is contained in:
parent
05e3b3d344
commit
865bf0fb36
@ -17,8 +17,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "att";
|
||||
repo = "ast";
|
||||
rev = finalAttrs.version;
|
||||
sha256 = "0cdxz0nhpq03gb9rd76fn0x1yzs2c8q289b7vcxnzlsrz1imz65j";
|
||||
rev = "refs/tags/${finalAttrs.version}";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user