sqlite tools: fix download hash after update
Clearly a copy&paste error in commit 14a274763e. Now it builds. (cherry picked from commit 34c88a4d5c6e530ac2516b8e54b016696fd8995e)
This commit is contained in:
@@ -8,7 +8,7 @@ let
|
|||||||
|
|
||||||
src = assert version == sqlite.version; fetchurl {
|
src = assert version == sqlite.version; fetchurl {
|
||||||
url = "https://sqlite.org/2021/sqlite-src-${archiveVersion version}.zip";
|
url = "https://sqlite.org/2021/sqlite-src-${archiveVersion version}.zip";
|
||||||
sha256 = "9StypcMZw+UW7XqS4SMTmm6Hrwii3EPXdXck9hMubbA=";
|
sha256 = "049vdpk50sba786345ibmlxnkzk5zp4xj859658ancswb6jyrgpl";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip ];
|
nativeBuildInputs = [ unzip ];
|
||||||
|
|||||||
Reference in New Issue
Block a user