Unverified Commit 154a02b0 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #295090 from joshbainbridge/update-mods

mods: 1.1.0 -> 1.2.2
parents 80226b1d c42d6957
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "mods";
  version = "1.1.0";
  version = "1.2.2";

  src = fetchFromGitHub {
    owner = "charmbracelet";
    repo = "mods";
    rev = "v${version}";
    hash = "sha256-ZWH3YuN1cmdw96/HVzsp1u70ziUfupUeBjJiNI5a538=";
    hash = "sha256-ecmfWnrd9gwIEGAOIcOeUnfmkKmq9dLxpKqAHJemhvU=";
  };

  vendorHash = "sha256-PgaxqfgtwBYnzyL2F/OPJP1rdmLOtBCTKEPhMgvC6XA=";
  vendorHash = "sha256-pJ31Lsa5VVix3BM4RrllQA3MJ/JeNIKfQ8RClyFfXCI=";

  ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];