about summary refs log tree commit diff
path: root/pkgs/development/tools/oh-my-posh
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-07-27 05:43:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-07-27 05:43:00 +0000
commitbd4cca1c33f65c5339ee7c40cfd06a475ba182c5 (patch)
treef4f6192ef00eff0056e89cb4f7f8fe4ece301758 /pkgs/development/tools/oh-my-posh
parent18f721a91ea9581143d4ea23d2963db148293271 (diff)
oh-my-posh: 18.0.1 -> 18.1.0
Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/refs/tags/v18.0.1...v18.1.0

Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v18.1.0
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 2a6d694eb1c59..bf1787e23ae86 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 = "18.0.1";
+  version = "18.1.0";
 
   src = fetchFromGitHub {
     owner = "jandedobbeleer";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-2FGq4CfS4Uf7GlMIM4//ETeg5pORxAFt5ZQuuL62tkE=";
+    hash = "sha256-qK9hjsWhVTzxFo4SSvKb5IgZteVabWlCtoetu9v9xIE=";
   };
 
   vendorHash = "sha256-cATGMi/nL8dvlsR+cuvKH6Y9eR3UqcVjvZAj35Ydn2c=";