Merge pull request #194816 from r-ryantm/auto-update/oh-my-posh

oh-my-posh: 11.4.0 -> 12.0.1
This commit is contained in:
figsoda 2022-10-06 19:53:26 -04:00 committed by GitHub
commit b2c923d2db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "11.4.0";
version = "12.0.1";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KOHiB5T+iFgt5My4VnnmholpDD+9wHQq/D7WQTQppA4=";
sha256 = "sha256-69H3ZhkK0WPiQY2COP5sMR6maoLyYs+Z3LuXHs8ZiJc=";
};
vendorSha256 = "sha256-A4+sshIzPla7udHfnMmbFqn+fW3SOCrI6g7tArzmh1E=";
vendorSha256 = "sha256-cgE2HMtH6vnXmNheFBLOeBakNloeDs6X7JBry3sp2fc=";
sourceRoot = "source/src";