mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 02:33:15 +00:00
oh-my-posh: 16.4.2 -> 16.7.0
Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/refs/tags/v16.4.2...v16.7.0 Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v16.7.0
This commit is contained in:
parent
7721e0d2c1
commit
431cae5b51
@ -6,13 +6,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "oh-my-posh";
|
||||
version = "16.4.2";
|
||||
version = "16.7.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jandedobbeleer";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-hCLnoT7xkXHKCp3dvNhMjEKvKCHEWsuO9+aORcH7E8E=";
|
||||
hash = "sha256-4jbZDCQTeqotR7X1gPPcwPrd8vqVS0Xrl/gZKIW49dY=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-KdvZ0OY6iJYwdK0oKqBp7bYlCe7F5BUfSWTEIMbkZcA=";
|
||||
|
Loading…
Reference in New Issue
Block a user