Unverified Commit c5645c67 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #282021 from r-ryantm/auto-update/linux-router-without-wifi

linux-router-without-wifi: 0.7.1 -> 0.7.3
parents a1dc07da fc5fa9a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@

stdenv.mkDerivation rec {
  pname = "linux-router";
  version = "0.7.1";
  version = "0.7.3";

  src = fetchFromGitHub {
    owner = "garywill";
    repo = "linux-router";
    rev = "refs/tags/${version}";
    hash = "sha256-S7oxtd5DMFaChUhemcCOfoD1E0DbZ68r+1eVMq4vqZc=";
    hash = "sha256-iIHi434S7+Q9S1EU7Bpa7iYB7MJDTuyMdB/bbTrbl5Q=";
  };

  nativeBuildInputs = [