Unverified Commit 1a2e662e authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

xlockmore: 5.84 -> 5.86 (#472979)

parents 0a0d69c1 a1d77afd
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.84";
  version = "5.86";

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