roadrunner: 2023.3.10 -> 2023.3.12

This commit is contained in:
R. Ryantm 2024-03-25 03:40:33 +00:00
parent 3a6b97ce32
commit aba8ce92d0
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
buildGoModule rec {
pname = "roadrunner";
version = "2023.3.10";
version = "2023.3.12";
src = fetchFromGitHub {
repo = "roadrunner";
owner = "roadrunner-server";
rev = "v${version}";
hash = "sha256-8wcZWnRi+wIg78VdGV/38Oldwjry7QXxmdacjYfe3sw=";
hash = "sha256-d/GXZ0rQ8prkOgvkx8/TBwP2zwISef5ClMGy1pkW7g4=";
};
nativeBuildInputs = [
@ -44,7 +44,7 @@ buildGoModule rec {
--replace "127.0.0.1:0" "127.0.0.1:55554"
'';
vendorHash = "sha256-xAzZdElu0rzoWnEQbhMO7DhQx3P7241yMy/Gvk9jnCA=";
vendorHash = "sha256-GNWd+SFjAeIkIkPSh+UtQwoWfQ9lUATXfnkWbqwQfsY=";
meta = {
changelog = "https://github.com/roadrunner-server/roadrunner/blob/v${version}/CHANGELOG.md";