oh-my-posh: 12.17.2 -> 12.20.0

I have also added myself as a review to help spread the load.
This commit is contained in:
Colin Arnott 2022-11-27 02:57:42 +00:00
parent 77d2151505
commit adf495bd32
No known key found for this signature in database
GPG Key ID: 0447A663F7F3E236

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "12.17.2";
version = "12.20.0";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3/spbZhFa9IwScjJqdiwASiojXxuFLW+WXCteOAePOM=";
hash = "sha256-nGhPfwZw73w0iJLdBiXjRQnKPnKIuk6K/5GFKeHlcVw=";
};
vendorSha256 = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";
vendorHash = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";
sourceRoot = "source/src";
@ -34,6 +34,6 @@ buildGoModule rec {
description = "A prompt theme engine for any shell";
homepage = "https://ohmyposh.dev";
license = licenses.mit;
maintainers = with maintainers; [ lucperkins ];
maintainers = with maintainers; [ lucperkins urandom ];
};
}