mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 18:34:41 +00:00
sqlite_analyzer: fix typo
This commit is contained in:
parent
f72d3b2bbf
commit
1573bde049
|
@ -1,7 +1,7 @@
|
|||
{ lib, stdenv, fetchurl, unzip, tcl }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "sqlite3_analzer-3.8.10.1";
|
||||
name = "sqlite3_analyzer-3.8.10.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.sqlite.org/2015/sqlite-src-3081001.zip";
|
||||
|
|
Loading…
Reference in a new issue