sqlite: add nixpkgs-update: no auto update for the update bot

the version assert for sqlite and sqldiff/sqlite-analyzer means that the PRs the bot submits are broken
This commit is contained in:
R. Ryantm 2022-01-01 03:37:26 +00:00 committed by zowoq
parent 2d0daff40d
commit 7340ea55e8
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
pname = "sqlite";
version = "3.37.2";
# nixpkgs-update: no auto update
# NB! Make sure to update ./tools.nix src (in the same directory).
src = fetchurl {
url = "https://sqlite.org/2022/sqlite-autoconf-${archiveVersion version}.tar.gz";

View file

@ -6,6 +6,7 @@ let
inherit pname;
version = "3.37.2";
# nixpkgs-update: no auto update
src = assert version == sqlite.version; fetchurl {
url = "https://sqlite.org/2022/sqlite-src-${archiveVersion version}.zip";
sha256 = "sha256-SGdwtNX4i1uw26VA3W7hdjBn11Od/uGKfGb+m7A9Ftk=";