komac: ensure that source is a tag
This commit is contained in:
parent
96562536ca
commit
d1893e8cde
@ -19,7 +19,7 @@ let
|
||||
src = fetchFromGitHub {
|
||||
owner = "russellbanks";
|
||||
repo = "Komac";
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-YFaa2kU42NlhRivBEPV1mSr3j95P4NFwUKM0Xx8tpfg=";
|
||||
};
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user