about summary refs log tree commit diff
path: root/pkgs/development/tools/oh-my-posh
diff options
context:
space:
mode:
authorArjan Schrijver <github@anymore.nl>2023-03-15 14:54:29 +0100
committerArjan Schrijver <github@anymore.nl>2023-03-15 14:54:29 +0100
commit25b595e340479fff66cf69cb42326fa739ab6b55 (patch)
treeebf9ffba955cabcad2d098b70354e9078b6635c7 /pkgs/development/tools/oh-my-posh
parent3d02414b60f33bfeb1a0087ed502bc458c886478 (diff)
oh-my-posh: 14.12.0 -> 14.14.1
Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/refs/tags/v14.12.0...v14.14.1

Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v14.14.1
Diffstat (limited to 'pkgs/development/tools/oh-my-posh')
-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 ab6dddc5e6b9e..cb9a69065071c 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.12.0";
+  version = "14.14.1";
 
   src = fetchFromGitHub {
     owner = "jandedobbeleer";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-brwfM/IPgwLdVwMNur4EBCsubbv/DCVhTMJbAn6mbFg=";
+    hash = "sha256-EdW9LnSYSa8ulXKSJz3LBktVlDev7CLVOZL9qAytjcQ=";
   };
 
   vendorHash = "sha256-JZ5UiL2vGsXy/xmz+NcAKYDmp5hq7bx54/OdUyQHUp0=";