oh-my-posh: 14.14.3 -> 14.19.3

This commit is contained in:
R. Ryantm 2023-03-30 01:03:02 +00:00
parent f8efa87fb5
commit 9bacd9d621

View file

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "14.14.3";
version = "14.19.3";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Rxsc77M30aDuDgOtXWF2sQkzv2Xv4sxZ5JlkaqO/AbI=";
hash = "sha256-MPtnZd0pgs7bhh7MST1OWSMqcFw57AlWV7EcNZSFlo4=";
};
vendorHash = "sha256-eMmp67B2udc8mhpVq2nHX+v1l1h3dXvjVXenZqCA6m4=";
vendorHash = "sha256-MM6WwEs2BMkfpTsDFIqwpIROMs8zbbT5OsP6FXwRvy8=";
sourceRoot = "source/src";