Loading pkgs/development/tools/oh-my-posh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ buildGoModule rec { pname = "oh-my-posh"; version = "16.7.0"; version = "16.8.0"; src = fetchFromGitHub { owner = "jandedobbeleer"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-4jbZDCQTeqotR7X1gPPcwPrd8vqVS0Xrl/gZKIW49dY="; hash = "sha256-9uMnRGS9sO6Ps/acbAGuef6DbS49DrgFTJ9ad/VJ70g="; }; vendorHash = "sha256-KdvZ0OY6iJYwdK0oKqBp7bYlCe7F5BUfSWTEIMbkZcA="; vendorHash = "sha256-Jd/AsajX2gOEG+UA3+FI0rpiRXvbcBElx0lVJpsBJuM="; sourceRoot = "source/src"; Loading Loading
pkgs/development/tools/oh-my-posh/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,16 +6,16 @@ buildGoModule rec { pname = "oh-my-posh"; version = "16.7.0"; version = "16.8.0"; src = fetchFromGitHub { owner = "jandedobbeleer"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-4jbZDCQTeqotR7X1gPPcwPrd8vqVS0Xrl/gZKIW49dY="; hash = "sha256-9uMnRGS9sO6Ps/acbAGuef6DbS49DrgFTJ9ad/VJ70g="; }; vendorHash = "sha256-KdvZ0OY6iJYwdK0oKqBp7bYlCe7F5BUfSWTEIMbkZcA="; vendorHash = "sha256-Jd/AsajX2gOEG+UA3+FI0rpiRXvbcBElx0lVJpsBJuM="; sourceRoot = "source/src"; Loading