about summary refs log tree commit diff
path: root/pkgs/development/tools/oh-my-posh
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 02:26:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-24 02:26:07 +0000
commit8bcdc0fd78e524495cce47280be9b73e204164a2 (patch)
tree127a7f032b0010b17eec786aaf8f91191b27a4a0 /pkgs/development/tools/oh-my-posh
parentdfe898c8014622334a2ad541f1837b5319905b34 (diff)
oh-my-posh: 18.3.3 -> 18.3.5
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 4e3b56624ccf0..eef381178ac52 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.3.3";
+  version = "18.3.5";
 
   src = fetchFromGitHub {
     owner = "jandedobbeleer";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-AJw+NNTbksYSW2VqUzxLwxwd3OjM9uK/ou2CVS2zNvw=";
+    hash = "sha256-5wcKG97NXTTTBJOD9kOsOp1MuHazAPlE4yLPWJoeCA8=";
   };
 
   vendorHash = "sha256-xkguBWk2Nh8w7C7tKbvaP0tRgZO4z08AEsdjNlJYC6Q=";