Commit 0c153f56 authored by hatredholder's avatar hatredholder Committed by Yt
Browse files

mods: 0.2.0 -> 1.1.0

parent 6d092c0d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,18 +8,18 @@

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

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

  vendorHash = "sha256-GNGX8dyTtzRSUznEV/do1H7GEf6nYf0w+CLCZfkktfg=";
  vendorHash = "sha256-PgaxqfgtwBYnzyL2F/OPJP1rdmLOtBCTKEPhMgvC6XA=";

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

  passthru = {
    updateScript = gitUpdater {