Commit e5fb482c authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 64f5e939
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "oh-my-posh";
  version = "12.36.0";
  version = "13.0.0";

  src = fetchFromGitHub {
    owner = "jandedobbeleer";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-T2oxpWAbdoNzRnTzM7Uw8jkiui5l8BypNMMhpr49XQk=";
    hash = "sha256-xsB7olfsrcgjxqNPOGiV9umtXoTtaM5E+/LTQEVLzZM=";
  };

  vendorHash = "sha256-WiH4qu8DODEhAkxUm6VDcBwFyQO7kNjaiaWPDHCHj9E=";