about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-11 20:57:47 +0200
committerGitHub <noreply@github.com>2023-03-11 20:57:47 +0200
commita485c4408780149e7bd9b12033ed2549fed851e3 (patch)
tree88c5829dd2ac4984317fc1cc9c2dd6bba0877b4b
parent1f3b50e5e10a65aa28fb1cf1836a6bec7da716a2 (diff)
parentc8bf4141c9b25d40742edc4ee667604e55bb0463 (diff)
Merge pull request #220587 from r-ryantm/auto-update/oh-my-posh
oh-my-posh: 14.9.2 -> 14.12.0
-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 0fc9506594622..ab6dddc5e6b9e 100644
--- a/pkgs/development/tools/oh-my-posh/default.nix
+++ b/pkgs/development/tools/oh-my-posh/default.nix
@@ -6,13 +6,13 @@
 
 buildGoModule rec {
   pname = "oh-my-posh";
-  version = "14.9.2";
+  version = "14.12.0";
 
   src = fetchFromGitHub {
     owner = "jandedobbeleer";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-9ZIMAJVVrJk8ny3TgwXHSxrg713dSbPlgQnY/b0m2Ps=";
+    hash = "sha256-brwfM/IPgwLdVwMNur4EBCsubbv/DCVhTMJbAn6mbFg=";
   };
 
   vendorHash = "sha256-JZ5UiL2vGsXy/xmz+NcAKYDmp5hq7bx54/OdUyQHUp0=";