10 src = fetchFromGitHub {
11 owner = "bridgecrewio";
14 hash = "sha256-VQzaSWVf8n7/PHW4d0Vu1LBbPjB7EjvJrDp5w2fbl34=";
17 vendorHash = "sha256-uT/jGD4hDVes4h+mlSIT2p+C9TjxnUWsmKv9haPjjLc=";
21 # https://github.com/bridgecrewio/yor/blob/main/set-version.sh
23 cat << EOF > src/common/version.go
26 const Version = "${version}"
36 description = "Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it";
37 homepage = "https://github.com/bridgecrewio/yor";
38 changelog = "https://github.com/bridgecrewio/yor/releases/tag/${version}";
39 license = licenses.asl20;
40 maintainers = [ maintainers.ivankovnatsky ];