Commit f66bce5a authored by R. RyanTM's avatar R. RyanTM
Browse files

xlockmore: 5.86 -> 5.87

parent d0cc7d8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "xlockmore";
  version = "5.86";
  version = "5.87";

  src = fetchurl {
    url = "http://sillycycle.com/xlock/xlockmore-${version}.tar.xz";
    sha256 = "sha256-fvsR499tYAlTj9Ld8SpGpAbvh4iT5+USmZllCU3S9Fw=";
    sha256 = "sha256-Pzu/xN3jCMqA05MHj1FTiSHaKzx11cKmBkIOEpVga3s=";
    curlOpts = "--user-agent 'Mozilla/5.0'";
  };