Unverified Commit f1b2ccf8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #198585 from r-ryantm/auto-update/oh-my-posh

oh-my-posh: 12.9.1 -> 12.10.0
parents 92ab060c c85289ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "oh-my-posh";
  version = "12.9.1";
  version = "12.10.0";

  src = fetchFromGitHub {
    owner = "jandedobbeleer";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-bjmYGQBJ4YdeQR+rlnXxE5Z6QRoF2EONciLz2ka29ys=";
    sha256 = "sha256-iPSaJL1mvPjzZjXtgqeFS1p1jlOqc6B/R1/Zwym0j3g=";
  };

  vendorSha256 = "sha256-OrtKFkWXqVoXKmN6BT8YbCNjR1gRTT4gPNwmirn7fjU=";