Commit 2ec62200 authored by R. RyanTM's avatar R. RyanTM
Browse files

plocate: 1.1.23 -> 1.1.24

parent 90086ab7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
  pname = "plocate";
  version = "1.1.23";
  version = "1.1.24";

  src = fetchgit {
    url = "https://git.sesse.net/plocate";
    rev = version;
    sha256 = "sha256-TWQ2mVzosB6sGNUXI2D9GGqgaRZcmiL9GSGrrusck5Q=";
    sha256 = "sha256-VvHptw/PG2uWflTmGNCj1PXIguXv9Bikz8qj2hRMnaQ=";
  };

  postPatch = ''