oh-my-posh: 18.22.0 -> 18.26.1
Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/refs/tags/v18.22.0...v18.26.1 Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v18.26.1 Release notes: https://github.com/JanDeDobbeleer/oh-my-posh/releases
This commit is contained in:
parent
e6b3ab5703
commit
39da31dbb9
1 changed files with 3 additions and 3 deletions
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "oh-my-posh";
|
pname = "oh-my-posh";
|
||||||
version = "18.22.0";
|
version = "18.26.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jandedobbeleer";
|
owner = "jandedobbeleer";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-lQqDXiT+DRLmU+4DBvj2Gnd1RjaRgMorhXo1BmJLQqU=";
|
hash = "sha256-8MK8YzBplbP1de8QKJJBLgbMd1K+H2sVutwKSskU82Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-/SVS0Vd6GvKEAzRobxaTwJ+uy8dwCINBOYzQN65ppAs=";
|
vendorHash = "sha256-ivd30IEoF9WuGDzufIOXJ8LUqHp3zPaiPgplj9jqzqw=";
|
||||||
|
|
||||||
sourceRoot = "${src.name}/src";
|
sourceRoot = "${src.name}/src";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue