3
0
Fork 0
forked from mirrors/nixpkgs

oh-my-posh: 9.3.1 -> 9.4.0

This commit is contained in:
R. Ryantm 2022-09-18 18:14:10 +00:00
parent 122f7d0dfa
commit 71f3a47c19

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "oh-my-posh";
version = "9.3.1";
version = "9.4.0";
src = fetchFromGitHub {
owner = "jandedobbeleer";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dVHf6nm7IRMpZ8Tx4VxRfBb8HOEfWc/5LgWZQ5LDbuk=";
sha256 = "sha256-biMqihvGW+rsNhM/kXQb3px5aRtyvAI0cxDQ9KDK7y4=";
};
vendorSha256 = "sha256-A4+sshIzPla7udHfnMmbFqn+fW3SOCrI6g7tArzmh1E=";