Merge pull request #279855 from r-ryantm/auto-update/linux-router

linux-router: 0.6.7 -> 0.7.1
This commit is contained in:
Nick Cao 2024-01-09 14:28:58 -05:00 committed by GitHub
commit 8736250fc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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