mods: 0.2.0 -> 1.1.0

This commit is contained in:
hatredholder 2023-11-26 18:09:40 +03:00 committed by Yt
parent 6d092c0d04
commit 0c153f5611

View File

@ -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 {