1
0
Fork 1
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:
Evgeny Egorochkin 2016-04-28 15:55:21 +03:00
parent f72d3b2bbf
commit 1573bde049

View file

@ -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";