Merge pull request #279846 from r-ryantm/auto-update/plocate

plocate: 1.1.20 -> 1.1.21
This commit is contained in:
Nick Cao 2024-01-10 10:50:50 -05:00 committed by GitHub
commit 8b9bcc2452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
}:
stdenv.mkDerivation rec {
pname = "plocate";
version = "1.1.20";
version = "1.1.21";
src = fetchgit {
url = "https://git.sesse.net/plocate";
rev = version;
sha256 = "sha256-Nc39wPVW+GpmT8X8q/VbrPhPxO/PgFBPTOCWAkkUfDY=";
sha256 = "sha256-ucCRm1w3ON3Qh7qt1Pf5/3kvXVGP+dJwjSuwYGcDMcs=";
};
postPatch = ''