Use git tag instead of rev
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ buildNpmPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "tillig";
|
||||
repo = "json-sort-cli";
|
||||
rev = "v${version}";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-h7RlAFSb2pFolkd+0M5tddPxM5RgZJtNLLAoTuYNdIQ=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user