3
0
Fork 0
forked from mirrors/nixpkgs

oh-my-posh: 12.6.7 -> 12.6.8

This commit is contained in:
R. Ryantm 2022-10-23 22:48:03 +00:00
parent 30f6859a3a
commit b20416cb2e

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "12.6.7";
version = "12.6.8";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-R5PlkAs+NtAajWWU0NODC4jaSWPSG9wqoahfSj2GIa4=";
sha256 = "sha256-Tn3XOkNBV6hOAV8SuOKX5ktplTtn/HXc+8hdl96XuJU=";
};
vendorSha256 = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";