Merge pull request #229911 from bbigras/router

router: 1.15.1 -> 1.18.0

authored by

Sandro and committed by
GitHub
9757bdca 22fcc0df

+3 -3
+3 -3
pkgs/servers/http/router/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "router"; 12 - version = "1.15.1"; 12 + version = "1.18.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "apollographql"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-xekMw0StdCSI3tls0D2I5rqRV8fVtecGSEzlB3ao6zY="; 18 + sha256 = "sha256-PJEXsICqoc/9UHlQbXwQgf7IlZCWW0I87mThevnIMZQ="; 19 19 }; 20 20 21 - cargoSha256 = "sha256-F9MomJQShJUE9QIJJmdFxSs/FVctig17ZclndFl1SUY="; 21 + cargoSha256 = "sha256-0/KA5i1DRvXT5DVzhrEtyxpNFd637IXHQgo36a+08FA="; 22 22 23 23 nativeBuildInputs = [ 24 24 pkg-config