mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
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:
parent
2d0daff40d
commit
7340ea55e8
@ -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";
|
||||
|
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user