sesh: 2.8.0 -> 2.10.0

This commit is contained in:
R. Ryantm 2025-02-01 19:13:59 +00:00
parent 3a931f3d80
commit 66bd09fb95

View File

@ -5,13 +5,13 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "sesh"; pname = "sesh";
version = "2.8.0"; version = "2.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "joshmedeski"; owner = "joshmedeski";
repo = "sesh"; repo = "sesh";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ndHi7GSdc+BJ7eYRt9ZE+eabZbFlYKJ9AqTY6Xs53QI="; hash = "sha256-IM6wE/DMplG8jk4BXYprwIztPbgAHubr/YFavvPkBU8=";
}; };
vendorHash = "sha256-3wNp1meUoUFPa2CEgKjuWcu4I6sxta3FPFvCb9QMQhQ="; vendorHash = "sha256-3wNp1meUoUFPa2CEgKjuWcu4I6sxta3FPFvCb9QMQhQ=";