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

linux-router-without-wifi: 0.7.1 -> 0.7.3
This commit is contained in:
Weijia Wang
2024-01-28 06:48:24 +01:00
committed by GitHub
@@ -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 = [