Merge pull request #279855 from r-ryantm/auto-update/linux-router

linux-router: 0.6.7 -> 0.7.1

authored by Nick Cao and committed by GitHub 8736250f ae34cddb

+2 -2
+2 -2
pkgs/tools/networking/linux-router/default.nix
··· 40 40 41 41 stdenv.mkDerivation rec { 42 42 pname = "linux-router"; 43 - version = "0.6.7"; 43 + version = "0.7.1"; 44 44 45 45 src = fetchFromGitHub { 46 46 owner = "garywill"; 47 47 repo = "linux-router"; 48 48 rev = "refs/tags/${version}"; 49 - hash = "sha256-Ote/arHCU6qiTXdK2RXv9848aeW6rcBsrb6nfxIzQLs="; 49 + hash = "sha256-S7oxtd5DMFaChUhemcCOfoD1E0DbZ68r+1eVMq4vqZc="; 50 50 }; 51 51 52 52 nativeBuildInputs = [