about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-11 07:16:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-11 07:16:20 +0000
commit60cfeaf546dc97b1f983bf73da8ba100cf57c8a2 (patch)
treeae67e93f730aa66961a599c712aaea57dfe87ba3
parent59101f53e21ed7e5db5ab566701936bf426015bc (diff)
oh-my-posh: 14.2.4 -> 14.2.5
-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 8ce09c8e39b36..526f52c867866 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.2.4";
+  version = "14.2.5";
 
   src = fetchFromGitHub {
     owner = "jandedobbeleer";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-4o0Z3xXsVTr2dE5td/i2uQoaqsBGOMSrzt2X6C9gYbA=";
+    hash = "sha256-XhpahA2BPtZeymNwlZ40FzLC5biThBBLna28zRw81Bw=";
   };
 
   vendorHash = "sha256-ehG71B351u+LoXDuKQkuEdEpUdHslVU2HcPKUz6FAnQ=";