about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-08 03:34:27 -0500
committerGitHub <noreply@github.com>2023-09-08 03:34:27 -0500
commit579bcc67d61f9ece400f3bb84b6a22492b1f245d (patch)
tree6fea66c06bcc91e11361ac47f3b5e9f350d260c4
parentc123a658d6df16dbda7c78eada5d30dfc24a04d5 (diff)
parent9280ab31fdf039b36715f0d26a2cf5b48a48aa49 (diff)
downloadnixlib-579bcc67d61f9ece400f3bb84b6a22492b1f245d.tar
nixlib-579bcc67d61f9ece400f3bb84b6a22492b1f245d.tar.gz
nixlib-579bcc67d61f9ece400f3bb84b6a22492b1f245d.tar.bz2
nixlib-579bcc67d61f9ece400f3bb84b6a22492b1f245d.tar.lz
nixlib-579bcc67d61f9ece400f3bb84b6a22492b1f245d.tar.xz
nixlib-579bcc67d61f9ece400f3bb84b6a22492b1f245d.tar.zst
nixlib-579bcc67d61f9ece400f3bb84b6a22492b1f245d.zip
Merge pull request #253681 from r-ryantm/auto-update/terramate
terramate: 0.4.0 -> 0.4.1
-rw-r--r--pkgs/development/tools/misc/terramate/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/terramate/default.nix b/pkgs/development/tools/misc/terramate/default.nix
index c63c2574785d..92de3805149b 100644
--- a/pkgs/development/tools/misc/terramate/default.nix
+++ b/pkgs/development/tools/misc/terramate/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "terramate";
-  version = "0.4.0";
+  version = "0.4.1";
 
   src = fetchFromGitHub {
     owner = "terramate-io";
     repo = "terramate";
     rev = "v${version}";
-    hash = "sha256-64tzzruhypIgDbsIOkAenyAYaRnCJiOIiuib3YPI0XI=";
+    hash = "sha256-bi/O4yG9m8uefY9CSn3yFmotxlFZz53cJG8SI1Zk1/4=";
   };
 
-  vendorHash = "sha256-/PKibIGNeam6fP2eLUYd2kxlTO4KcboIbUQ2lKe2qYY=";
+  vendorHash = "sha256-gl5xsaSkGXlh+MfieVBPHGAbYZVF3GBbIkmvVhlJvqw=";
 
   # required for version info
   nativeBuildInputs = [ git ];