sqlite-replication: 3.24.0+replication3 -> 3.27.2+replication3

This commit is contained in:
Will Dietz 2019-03-12 10:31:06 -05:00
parent 4cb72751ea
commit 83ec8704d0

View file

@ -12727,12 +12727,12 @@ in
sqlite-replication = sqlite.overrideAttrs (oldAttrs: rec {
name = "sqlite-${version}";
version = "3.24.0+replication3";
version = "3.27.2+replication3";
src = pkgs.fetchFromGitHub {
owner = "CanonicalLtd";
repo = "sqlite";
rev = "version-${version}";
sha256 = "19557b7aick1pxk0gw013cf5jy42i7539qn1ziza8dzy16a6zs8b";
sha256 = "1aw1naa5y25ial251f74h039pgcz92p4b3994jvfzqpjlz06qwvw";
};
nativeBuildInputs = [ pkgs.tcl ];
configureFlags = oldAttrs.configureFlags ++ [
@ -12741,8 +12741,8 @@ in
"--disable-tcl"
];
preConfigure = ''
echo "D 2018-08-01T13:22:18" > manifest
echo -n "c94dbda1a570c1ab180e7694afd3cc7116268c06" > manifest.uuid
echo "D 2019-03-09T15:45:46" > manifest
echo -n "8250984a368079bb1838d48d99f8c1a6282e00bc" > manifest.uuid
'';
});