about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-25 19:43:43 -0500
committerGitHub <noreply@github.com>2022-12-25 19:43:43 -0500
commit982e9dba6394159c8ba2217f09d5bb5b76fbf36c (patch)
tree86cb57bb6dfef618a78fc8ae89178d459d25455e
parentb6c0e7f563cbaecc12919f5b767bc1af7e2fb474 (diff)
parent4fc896279df52294960483a65842c5940d2bd1bd (diff)
Merge pull request #207753 from r-ryantm/auto-update/gh-eco
gh-eco: 0.1.2 -> 0.1.3
-rw-r--r--pkgs/tools/misc/gh-eco/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/gh-eco/default.nix b/pkgs/tools/misc/gh-eco/default.nix
index 4a1430221b3b1..b952327518707 100644
--- a/pkgs/tools/misc/gh-eco/default.nix
+++ b/pkgs/tools/misc/gh-eco/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "gh-eco";
-  version = "0.1.2";
+  version = "0.1.3";
 
   src = fetchFromGitHub {
     owner = "coloradocolby";
     repo = "gh-eco";
     rev = "v${version}";
-    sha256 = "sha256-P/s7uSD5MWwiw0ScRVHAlu68GflrGxgPNpVAMdpxYcs=";
+    sha256 = "sha256-TE1AymNlxjUtkBnBO/VBjYaqLuRyxL75s6sMidKUXTE=";
   };
 
-  vendorSha256 = "sha256-Qx/QGIurjKGFcIdCot1MFPatbGHfum48JOoHlvqA64c=";
+  vendorSha256 = "sha256-K85fYV1uP/qSw8GPoG1u6UQo94vQOUo4cd9Ro+UApQ0=";
 
   ldflags = [
     "-s"