Unverified Commit e2f64597 authored by Hannes's avatar Hannes Committed by GitHub
Browse files

Use git tag instead of rev



Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent 8db76ca7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ buildNpmPackage rec {
  src = fetchFromGitHub {
    owner = "tillig";
    repo = "json-sort-cli";
    rev = "v${version}";
    tag = "v${version}";
    hash = "sha256-h7RlAFSb2pFolkd+0M5tddPxM5RgZJtNLLAoTuYNdIQ=";
  };