about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-11-08 01:04:58 -0500
committerGitHub <noreply@github.com>2022-11-08 01:04:58 -0500
commit401eb16105a415c01305379547e862528f897475 (patch)
treea477bc5243a994aa4c27637da2024e7fdeb4df6a
parent3867b2f0a814c15938c77fb14e0a89bcdc0216b3 (diff)
parent2424f83ab748c8d78606f9346529236df68543ca (diff)
Merge pull request #200142 from r-ryantm/auto-update/oh-my-posh
oh-my-posh: 12.12.1 -> 12.13.0
-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 8829a3e1583f5..aed704a161d3c 100644
--- a/pkgs/development/tools/oh-my-posh/default.nix
+++ b/pkgs/development/tools/oh-my-posh/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "oh-my-posh";
-  version = "12.12.1";
+  version = "12.13.0";
 
   src = fetchFromGitHub {
     owner = "jandedobbeleer";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-6h/TV9Ddv+1pYPV7ZvOfEOOvbocRpLXdeR6EchTvV/A=";
+    sha256 = "sha256-bGg0UqqplJpsJ2xOHmu6y8ixGxdDkWwZyRrgzrNBlIY=";
   };
 
   vendorSha256 = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";