Commit fc5fa9a0 authored by R. RyanTM's avatar R. RyanTM
Browse files

linux-router-without-wifi: 0.7.1 -> 0.7.3

parent ceb6fa0e
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 = [