about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-23 18:22:30 -0500
committerGitHub <noreply@github.com>2022-10-23 18:22:30 -0500
commitd6d82b914dfa82c5b0304ff3d20e5c295e72454c (patch)
tree1b1790191c06229445bfe9b209094d9c314f5c37 /pkgs
parent4235ae43d5daef4bdd440553f196295692acab14 (diff)
parentb20416cb2e10b014e79bf380bb012e50418fe175 (diff)
Merge pull request #197446 from r-ryantm/auto-update/oh-my-posh
oh-my-posh: 12.6.7 -> 12.6.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/oh-my-posh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/oh-my-posh/default.nix b/pkgs/development/tools/oh-my-posh/default.nix
index b7585c04456fc..b82743b16c274 100644
--- a/pkgs/development/tools/oh-my-posh/default.nix
+++ b/pkgs/development/tools/oh-my-posh/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "oh-my-posh";
-  version = "12.6.7";
+  version = "12.6.8";
 
   src = fetchFromGitHub {
     owner = "jandedobbeleer";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-R5PlkAs+NtAajWWU0NODC4jaSWPSG9wqoahfSj2GIa4=";
+    sha256 = "sha256-Tn3XOkNBV6hOAV8SuOKX5ktplTtn/HXc+8hdl96XuJU=";
   };
 
   vendorSha256 = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";