minecraft-server-hibernation: 2.5.0 -> 2.5.1 (#510695)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-04 05:48:47 +00:00
committed by GitHub

View File

@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "minecraft-server-hibernation";
version = "2.5.0";
version = "2.5.1";
src = fetchFromGitHub {
owner = "gekware";
repo = "minecraft-server-hibernation";
rev = "v${finalAttrs.version}";
hash = "sha256-b6LeqjIraIasHBpaVgy8esl4NV8rdBrfO7ewgeIocS8=";
hash = "sha256-VLn/33g/y1blDIjBjriXvkRwK056ILftiB/dwoargFY=";
};
vendorHash = null;