3
0
Fork 0
forked from mirrors/nixpkgs

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

oh-my-posh: 8.37.1 -> 9.0.0
This commit is contained in:
Jonas Heinrich 2022-09-09 10:56:07 +02:00 committed by GitHub
commit 09686e2c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "8.37.1";
version = "9.0.0";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZiDrG1GkUple+Q+MoNQlHdbq3P8PeQFWvxMC9dh7VTM=";
sha256 = "sha256-0f7rA/GxXgIeJ9hh/g+MpAPdPW8NzaVKLApYyrhlIVM=";
};
vendorSha256 = "sha256-t4FpvXsGVsTYoGM8wY2JelscnlmDzrLMPYk7zGUfo58=";