sesh: 2.16.0 -> 2.17.1, add randomdude to maintainers list (#430134)
This commit is contained in:
@@ -21168,6 +21168,12 @@
|
||||
githubId = 5653911;
|
||||
name = "Rampoina";
|
||||
};
|
||||
randomdude = {
|
||||
name = "Random Dude";
|
||||
email = "randomdude16671@proton.me";
|
||||
github = "randomdude16671";
|
||||
githubId = 210965013;
|
||||
};
|
||||
rane = {
|
||||
name = "Rane";
|
||||
email = "rane+git@junkyard.systems";
|
||||
|
||||
@@ -2,20 +2,27 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildGoModule,
|
||||
go-mockery,
|
||||
versionCheckHook,
|
||||
}:
|
||||
buildGoModule rec {
|
||||
pname = "sesh";
|
||||
version = "2.16.0";
|
||||
version = "2.17.1";
|
||||
|
||||
nativeBuildInputs = [
|
||||
go-mockery
|
||||
];
|
||||
src = fetchFromGitHub {
|
||||
owner = "joshmedeski";
|
||||
repo = "sesh";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-3kD7t3lgkxrK53cL+5i9DB5w1hIYA4J/MiauLZ1Z7KQ=";
|
||||
hash = "sha256-olt61AR/Tq8lLh65V0/+GDrWjCi9hrkNbHR9LOX7kY0=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-r6n0xZbOvqDU63d3WrXenvV4x81iRgpOS2h73xSlVBI=";
|
||||
preBuild = ''
|
||||
mockery
|
||||
'';
|
||||
vendorHash = "sha256-TLl8HZnsVvtx6jqusTETP0l3zTmzYmuV4NJIM958VcQ=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
@@ -34,6 +41,7 @@ buildGoModule rec {
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
gwg313
|
||||
randomdude
|
||||
t-monaghan
|
||||
];
|
||||
mainProgram = "sesh";
|
||||
|
||||
Reference in New Issue
Block a user