Unverified Commit 41e4b048 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

plocate: 1.1.21 -> 1.1.22
parents d47dd00e d9187b7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
}:
stdenv.mkDerivation rec {
  pname = "plocate";
  version = "1.1.21";
  version = "1.1.22";

  src = fetchgit {
    url = "https://git.sesse.net/plocate";
    rev = version;
    sha256 = "sha256-ucCRm1w3ON3Qh7qt1Pf5/3kvXVGP+dJwjSuwYGcDMcs=";
    sha256 = "sha256-ejv1IsjbImnvI1oorvMoIvTBu3HuVy7VtgHNTIkqqro=";
  };

  postPatch = ''