mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
roadrunner: 2023.3.12 -> 2024.1.0
This commit is contained in:
parent
72bc2ea5d1
commit
e84bb298e0
|
@ -6,12 +6,12 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "roadrunner";
|
pname = "roadrunner";
|
||||||
version = "2023.3.12";
|
version = "2024.1.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "roadrunner";
|
repo = "roadrunner";
|
||||||
owner = "roadrunner-server";
|
owner = "roadrunner-server";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-d/GXZ0rQ8prkOgvkx8/TBwP2zwISef5ClMGy1pkW7g4=";
|
hash = "sha256-K5ZN5HHz2PEBOQ5ke7FUCjMihORfxxjLUtBJgd/1jAA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -44,7 +44,7 @@ buildGoModule rec {
|
||||||
--replace "127.0.0.1:0" "127.0.0.1:55554"
|
--replace "127.0.0.1:0" "127.0.0.1:55554"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
vendorHash = "sha256-GNWd+SFjAeIkIkPSh+UtQwoWfQ9lUATXfnkWbqwQfsY=";
|
vendorHash = "sha256-fAFErw5+oR4MEme5v3iMyLqwwsR4O6OxeVcVDVlKpdI=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/roadrunner-server/roadrunner/blob/v${version}/CHANGELOG.md";
|
changelog = "https://github.com/roadrunner-server/roadrunner/blob/v${version}/CHANGELOG.md";
|
||||||
|
|
Loading…
Reference in a new issue