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:
parent
641efce99b
commit
3988964387
@ -8,7 +8,7 @@ let
|
||||
|
||||
src = assert version == sqlite.version; fetchurl {
|
||||
url = "https://sqlite.org/2021/sqlite-src-${archiveVersion version}.zip";
|
||||
sha256 = "9StypcMZw+UW7XqS4SMTmm6Hrwii3EPXdXck9hMubbA=";
|
||||
sha256 = "049vdpk50sba786345ibmlxnkzk5zp4xj859658ancswb6jyrgpl";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user