summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-04-09 09:20:58 -0400
committerGitHub <noreply@github.com>2024-04-09 09:20:58 -0400
commita75bf4dbc8bab0b05e615f695e6319442fc184d0 (patch)
tree519b507586cf134e6bae6229a930687274259224
parent6d2fe60da7d678762f1dc982dd01955fcfc1c40d (diff)
parenta3bd2f4a28717d7d9b9e99d623aab8b119ee71d1 (diff)
Merge pull request #302649 from r-ryantm/auto-update/oh-my-posh
oh-my-posh: 19.19.0 -> 19.20.0
-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 f74f3ce22e19..64562c17f5a0 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 = "19.19.0";
+ version = "19.20.0";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "refs/tags/v${version}";
- hash = "sha256-6c6e0/z8ATIQHY/v9V6v/W19HloYsz9SfLTGDg7t7M0=";
+ hash = "sha256-f85CKfYPNh06eVHu5nn4MhX5wuptpJCmvSiPHWGzjkg=";
};
- vendorHash = "sha256-7xoA+yA6ZWQfc6PPqNoNDCpbrqZEbaU2owQIo9fdtVE=";
+ vendorHash = "sha256-SeeVHqeQCfOJTNfWIfTd71jGk5mYH5HRArUosZqRreY=";
sourceRoot = "${src.name}/src";