Skip to content

Commit

Permalink
terramate: 0.10.8 -> 0.11.4 (NixOS#366216)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Dec 19, 2024
2 parents eb56336 + 5624d1b commit 9f26530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/te/terramate/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "terramate";
version = "0.10.8";
version = "0.11.4";

src = fetchFromGitHub {
owner = "terramate-io";
repo = "terramate";
rev = "v${version}";
hash = "sha256-fT1yuFFHI88wUXKguWZD+PHU4j3w5eda7kzCDn+Gg+o=";
hash = "sha256-RZBafDaSGW01EdvDg8RUynrSO84/pkh3OcVXlSsZ+ao=";
};

vendorHash = "sha256-kjzpXOoyTwjpYLBqDuB6Eup5Yzgej2U+HUo4z8V+cEI=";
vendorHash = "sha256-PwMxmls7sL9RhgvGKKDwxAeObk7HVBtYLOsIYt90dVU=";

# required for version info
nativeBuildInputs = [ git ];
Expand Down

0 comments on commit 9f26530

Please sign in to comment.