linux-router: 0.6.7 -> 0.7.1

This commit is contained in:
R. Ryantm
2024-01-09 15:27:37 +00:00
parent 1e4909f24b
commit 08831e7e0a
@@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "linux-router";
version = "0.6.7";
version = "0.7.1";
src = fetchFromGitHub {
owner = "garywill";
repo = "linux-router";
rev = "refs/tags/${version}";
hash = "sha256-Ote/arHCU6qiTXdK2RXv9848aeW6rcBsrb6nfxIzQLs=";
hash = "sha256-S7oxtd5DMFaChUhemcCOfoD1E0DbZ68r+1eVMq4vqZc=";
};
nativeBuildInputs = [