gotify-server: 2.7.2 -> 2.7.3

This commit is contained in:
R. Ryantm
2025-10-09 16:45:51 +00:00
parent 723e1e95a5
commit 346f47654b

View File

@@ -10,16 +10,16 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "gotify-server"; pname = "gotify-server";
version = "2.7.2"; version = "2.7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gotify"; owner = "gotify";
repo = "server"; repo = "server";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-0kMjHq+GuxTqdiaQq1Px+aWgwDbJVva4MZFIfAGvaKk="; hash = "sha256-SPWJH5WELBNJpnGZdyMCJGi6m2WbV7BFOQAtT9ItZJ0=";
}; };
vendorHash = "sha256-cXt8SZNDhYxfQq/B0zhZLmQs8vAFHXh3qTz/1dtB3mU="; vendorHash = "sha256-bSU7Y+Hupdd8l7LTyVc3YMlZJRojNRqiogE17m/xpr8=";
# No test # No test
doCheck = false; doCheck = false;