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

oh-my-posh: 18.3.3 -> 18.3.5
This commit is contained in:
OTABI Tomoya 2023-08-24 12:26:26 +09:00 committed by GitHub
commit 5c9db39a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "18.3.3";
version = "18.3.5";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-AJw+NNTbksYSW2VqUzxLwxwd3OjM9uK/ou2CVS2zNvw=";
hash = "sha256-5wcKG97NXTTTBJOD9kOsOp1MuHazAPlE4yLPWJoeCA8=";
};
vendorHash = "sha256-xkguBWk2Nh8w7C7tKbvaP0tRgZO4z08AEsdjNlJYC6Q=";