linux-router-without-wifi: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm
2026-07-08 14:02:16 +00:00
parent 55b1940abd
commit affcb204fb

View File

@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "linux-router";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "garywill";
repo = "linux-router";
tag = finalAttrs.version;
hash = "sha256-tBrHuZKTf+7ABmE4FVYT9ny62CBa2A7va7OOFUsKJtM=";
hash = "sha256-OIwrpQCzzcCMrBLv0ufGOIrNUZcvrFzHctAA0w4xNV8=";
};
nativeBuildInputs = [