oh-my-posh: 12.26.2 -> 12.35.2

While validating this fix, it was noticed that the oh-my-posh binary
became src. This had to be manually corrected.

Closes #209783
This commit is contained in:
Colin Arnott 2023-01-09 01:45:41 +00:00
parent 4a26f8d27d
commit d2b675a9cb
No known key found for this signature in database
GPG key ID: 0447A663F7F3E236

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "12.26.2";
version = "12.35.2";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-WznHvGNpb2iGz+jZFtphkxsGeT0Y25CO5MMjmAl7GV0=";
hash = "sha256-6w8m7AuSEFhoYhjAJMXmwpsYuIMCvTiFKasUnBgYYCM=";
};
vendorHash = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";
vendorHash = "sha256-WiH4qu8DODEhAkxUm6VDcBwFyQO7kNjaiaWPDHCHj9E=";
sourceRoot = "source/src";
@ -36,6 +36,7 @@ buildGoModule rec {
];
postInstall = ''
mv $out/bin/{src,oh-my-posh}
mkdir -p $out/share/oh-my-posh
cp -r ${src}/themes $out/share/oh-my-posh/
installShellCompletion --cmd oh-my-posh \