Unverified Commit 0195c811 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

oh-my-posh: 14.14.1 -> 14.14.3
parents 2c3940cc 9bc28cfe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "oh-my-posh";
  version = "14.14.1";
  version = "14.14.3";

  src = fetchFromGitHub {
    owner = "jandedobbeleer";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-EdW9LnSYSa8ulXKSJz3LBktVlDev7CLVOZL9qAytjcQ=";
    hash = "sha256-Rxsc77M30aDuDgOtXWF2sQkzv2Xv4sxZ5JlkaqO/AbI=";
  };

  vendorHash = "sha256-JZ5UiL2vGsXy/xmz+NcAKYDmp5hq7bx54/OdUyQHUp0=";
  vendorHash = "sha256-eMmp67B2udc8mhpVq2nHX+v1l1h3dXvjVXenZqCA6m4=";

  sourceRoot = "source/src";