Skip to content

Commit

Permalink
Merge pull request NixOS#306487 from r-ryantm/auto-update/oh-my-posh
Browse files Browse the repository at this point in the history
oh-my-posh: 19.21.0 -> 19.24.2
  • Loading branch information
marsam authored Apr 24, 2024
2 parents 1a657ff + 489ed7d commit 5cbbb63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/oh-my-posh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "oh-my-posh";
version = "19.21.0";
version = "19.24.2";

src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Vhqk7U4FKl9r7WMX/FJ/4LEtuTUsZquM98A+nQRFqMQ=";
hash = "sha256-xr6ULlOBmRF1s/oge+AnANLGkP30U6T1tgoBvnCLf/4=";
};

vendorHash = "sha256-rcw9HgN677NxrMZDrpNFLHNyHdlRXvgxCtQnLt0TRLw=";
vendorHash = "sha256-iSbQn86b1xZwlyo5nKYI7LEH5AyWCw7MLgD3Q0mtFfk=";

sourceRoot = "${src.name}/src";

Expand Down

0 comments on commit 5cbbb63

Please sign in to comment.