Commit c864826e authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

mlocate: replace `sha256` with `hash`

parent 82d68ff8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "https://releases.pagure.org/mlocate/mlocate-${finalAttrs.version}.tar.xz";
    sha256 = "0gi6y52gkakhhlnzy0p6izc36nqhyfx5830qirhvk3qrzrwxyqrh";
    hash = "sha256-MGPfef4Zj7lhjhgMVLrzEFsz2I/mAv8thXCq+UTxJj4=";
  };

  makeFlags = [