goshs: 1.1.3 -> 1.1.4

Changelog: https://github.com/patrickhener/goshs/releases/tag/refs/tags/v1.1.4
This commit is contained in:
Fabian Affolter
2026-03-15 14:51:16 +01:00
parent 090b6c009b
commit efb4b050e3
+4 -4
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "goshs";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "patrickhener";
repo = "goshs";
tag = finalAttrs.version;
hash = "sha256-oGcGaLPtagyvDNdSkNx4U0wEj57yrYCGnKUGGR4U0aw=";
tag = "v${finalAttrs.version}";
hash = "sha256-7z/7dUTDHteAwK78hbrvsHk3Gnv7ZSvaW25sC3vkwW4=";
};
vendorHash = "sha256-43Bu4BAmMmd6WrDNztQNCi2OdlzIfbrQC100DkcD4uE=";
@@ -44,7 +44,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Simple, yet feature-rich web server written in Go";
homepage = "https://goshs.de";
changelog = "https://github.com/patrickhener/goshs/releases/tag/v${finalAttrs.version}";
changelog = "https://github.com/patrickhener/goshs/releases/tag/${finalAttrs.src.rev}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
fab