Merge pull request #305775 from r-ryantm/auto-update/zrok

zrok: 0.4.26 -> 0.4.27

authored by Weijia Wang and committed by GitHub b5d73eed 781e589d

+4 -4
+4 -4
pkgs/tools/networking/zrok/default.nix
··· 14 14 }.${system} or throwSystem; 15 15 16 16 hash = { 17 - x86_64-linux = "sha256-XzMd2NgMY8AUSjdYDyOEcK3HlZ5hl+L/ulHgy2iDtKg="; 18 - aarch64-linux = "sha256-ypjg73ciUhXIyiNSLzim8AZV0ByU27WRc3PJqTyTllg="; 19 - armv7l-linux = "sha256-VgVn5NsGpvGpkLQRZDphOgeZFQzhR2rVfcwi/EkJ/y4="; 17 + x86_64-linux = "sha256-cg/4BNjL0+Zl8AHJOK/vVutXrz1aLJ+4cHvzcx5iU/8="; 18 + aarch64-linux = "sha256-W+wTOZUYMqqAOrnhrWsnGYfz7FUQ7D/ssoMsZWrhTqw="; 19 + armv7l-linux = "sha256-Sgfrms2prm3VJECKoqb5NaTYkgGHTdfm2mcR+BIPm2U="; 20 20 }.${system} or throwSystem; 21 21 in 22 22 stdenv.mkDerivation (finalAttrs: { 23 23 pname = "zrok"; 24 - version = "0.4.26"; 24 + version = "0.4.27"; 25 25 26 26 src = fetchzip { 27 27 url = "https://github.com/openziti/zrok/releases/download/v${finalAttrs.version}/zrok_${finalAttrs.version}_${plat}.tar.gz";