mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
terramate: 0.9.0 -> 0.10.0
- [v0.10.0 release](https://github.com/terramate-io/terramate/releases/tag/v0.10.0) - [v0.9.4 release](https://github.com/terramate-io/terramate/releases/tag/v0.9.4) - [v0.9.3 release](https://github.com/terramate-io/terramate/releases/tag/v0.9.3) - [v0.9.2 release](https://github.com/terramate-io/terramate/releases/tag/v0.9.2) - [v0.9.1 release](https://github.com/terramate-io/terramate/releases/tag/v0.9.1)
This commit is contained in:
parent
ed254fc24b
commit
ee3d036102
@ -6,16 +6,16 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "terramate";
|
||||
version = "0.9.0";
|
||||
version = "0.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "terramate-io";
|
||||
repo = "terramate";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-052pw091okx564tzN3Ookw2xZmW12svI49Ll5MIWMu0=";
|
||||
hash = "sha256-SAMtEo84P5sxQ3JFU4evt2ycL1tg2yrLoWipWi4KObE=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-lJL8THy0wXrKTSPdnBxollgZkaHMhvw3MbuiacyR6GE=";
|
||||
vendorHash = "sha256-TOntPPtynr333rX0wlb2pIeEwcNzyWP3wFqPoMz6LK0=";
|
||||
|
||||
# required for version info
|
||||
nativeBuildInputs = [ git ];
|
||||
|
Loading…
Reference in New Issue
Block a user