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

This commit is contained in:
R. Ryantm 2024-01-19 10:30:21 +00:00
parent ceb6fa0e0a
commit fc5fa9a09f

View File

@ -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 = [