flake: update nac3

This commit is contained in:
Sebastien Bourdeauducq 2021-12-20 18:02:15 +08:00
parent 088c3b470e
commit 243fe5ea88
2 changed files with 6 additions and 6 deletions

View File

@ -80,15 +80,15 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1639363473, "lastModified": 1639993482,
"narHash": "sha256-PAEDC15ToLc3PW9fXi+qoR7VfPsZnmRWc6BssGGOWgg=", "narHash": "sha256-0mukHrr9o9EkQasf5MI7doLbYNS0o+2uo4V9wuSx5wc=",
"rev": "2c6601d97c111f07278b51272ffd1539847cad9f", "ref": "master",
"revCount": 499, "rev": "e2b44a066be5244ca044f643b57697aa962710dd",
"revCount": 508,
"type": "git", "type": "git",
"url": "https://git.m-labs.hk/M-Labs/nac3.git" "url": "https://git.m-labs.hk/M-Labs/nac3.git"
}, },
"original": { "original": {
"rev": "2c6601d97c111f07278b51272ffd1539847cad9f",
"type": "git", "type": "git",
"url": "https://git.m-labs.hk/M-Labs/nac3.git" "url": "https://git.m-labs.hk/M-Labs/nac3.git"
} }

View File

@ -3,7 +3,7 @@
inputs.mozilla-overlay = { url = github:mozilla/nixpkgs-mozilla; flake = false; }; inputs.mozilla-overlay = { url = github:mozilla/nixpkgs-mozilla; flake = false; };
inputs.src-sipyco = { url = github:m-labs/sipyco; flake = false; }; inputs.src-sipyco = { url = github:m-labs/sipyco; flake = false; };
inputs.src-nac3 = { type = "git"; url = "https://git.m-labs.hk/M-Labs/nac3.git"; rev = "2c6601d97c111f07278b51272ffd1539847cad9f"; }; inputs.src-nac3 = { type = "git"; url = "https://git.m-labs.hk/M-Labs/nac3.git"; };
inputs.src-migen = { url = github:m-labs/migen; flake = false; }; inputs.src-migen = { url = github:m-labs/migen; flake = false; };
inputs.src-misoc = { type = "git"; url = "https://github.com/m-labs/misoc.git"; submodules = true; flake = false; }; inputs.src-misoc = { type = "git"; url = "https://github.com/m-labs/misoc.git"; submodules = true; flake = false; };