recoll: 1.24.3 -> 1.24.4
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
e0950ae9ad
commit
d121a13f67
@ -8,12 +8,12 @@
|
||||
assert stdenv.hostPlatform.system != "powerpc-linux";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
ver = "1.24.3";
|
||||
ver = "1.24.4";
|
||||
name = "recoll-${ver}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.lesbonscomptes.com/recoll/${name}.tar.gz";
|
||||
sha256 = "1lnabbivqas46blabsnxhlhdyih8k7s1paszv491mz8cvmhjjmgi";
|
||||
sha256 = "0b1rz679gbv2qy5b5jgr25h1dk8560iac16lq0h2021nrv6ix74q";
|
||||
};
|
||||
|
||||
configureFlags = [ "--enable-recollq" ]
|
||||
|
Loading…
Reference in New Issue
Block a user