summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-09 02:39:36 +0900
committerGitHub <noreply@github.com>2023-11-09 02:39:36 +0900
commit52b5787c228769c62687fd5240068ce1333e8d35 (patch)
tree01f61d4b789b57ccfcb0d98849557dcb86e15565 /pkgs/development/tools
parentcf89c430bd6510831e07004fa70d846a7ec0ab74 (diff)
parent6660475dea29309327ee3b2e6824ec0011589017 (diff)
Merge pull request #265111 from r-ryantm/auto-update/oh-my-posh
oh-my-posh: 18.11.0 -> 18.22.0
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/oh-my-posh/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/oh-my-posh/default.nix b/pkgs/development/tools/oh-my-posh/default.nix
index 1ef8ff9d35fdd..aeff229f832db 100644
--- a/pkgs/development/tools/oh-my-posh/default.nix
+++ b/pkgs/development/tools/oh-my-posh/default.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "oh-my-posh";
-  version = "18.11.0";
+  version = "18.22.0";
 
   src = fetchFromGitHub {
     owner = "jandedobbeleer";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-sUP2xBrh7JpAaHhiMm6AilgEUNIfK1U2hbloUJYHn6c=";
+    hash = "sha256-lQqDXiT+DRLmU+4DBvj2Gnd1RjaRgMorhXo1BmJLQqU=";
   };
 
-  vendorHash = "sha256-i5K7f70MevNJcRsP2P9rsMZRpKPVWsTx9M4t2AoEJew=";
+  vendorHash = "sha256-/SVS0Vd6GvKEAzRobxaTwJ+uy8dwCINBOYzQN65ppAs=";
 
   sourceRoot = "${src.name}/src";