recoll: 1.23.7 -> 1.24.3 (#50563)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/recoll/versions
This commit is contained in:
parent
b7361e4c25
commit
3caf460533
@ -8,12 +8,12 @@
|
||||
assert stdenv.hostPlatform.system != "powerpc-linux";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
ver = "1.23.7";
|
||||
ver = "1.24.3";
|
||||
name = "recoll-${ver}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.lesbonscomptes.com/recoll/${name}.tar.gz";
|
||||
sha256 = "186bj8zx2xw9hwrzvzxdgdin9nj7msiqh5j57w5g7j4abdlsisjn";
|
||||
sha256 = "1lnabbivqas46blabsnxhlhdyih8k7s1paszv491mz8cvmhjjmgi";
|
||||
};
|
||||
|
||||
configureFlags = [ "--enable-recollq" ]
|
||||
|
Loading…
Reference in New Issue
Block a user