sesh: 1.2.0 -> 2.0.2

This commit is contained in:
R. Ryantm 2024-08-28 19:18:27 +00:00
parent 8a2f45a81f
commit 9a1c987cc6

View File

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "sesh";
version = "1.2.0";
version = "2.0.2";
src = fetchFromGitHub {
owner = "joshmedeski";
repo = "sesh";
rev = "v${version}";
hash = "sha256-nihyctFnDRLiDgHeXfn/q4G5IVEAOxh9MqFcsInK9UI=";
hash = "sha256-oOr2jJAJuddyIPp9z7ottHFUDSpSyc5+PiNYyVD6Alg=";
};
vendorHash = "sha256-zt1/gE4bVj+3yr9n0kT2FMYMEmiooy3k1lQ77rN6sTk=";
vendorHash = "sha256-a45P6yt93l0CnL5mrOotQmE/1r0unjoToXqSJ+spimg=";
ldflags = [ "-s" "-w" ];