Unverified Commit 2882c071 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

xreader: 4.2.9 -> 4.4.0 (#437359)

parents 422a2b5b 8777eee9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,13 +36,13 @@

stdenv.mkDerivation rec {
  pname = "xreader";
  version = "4.2.9";
  version = "4.4.0";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "xreader";
    rev = version;
    hash = "sha256-ZYzAkg0YP+ex8TUglWvZu8mnF1gYua2eYloQzRuuCns=";
    hash = "sha256-56G+UmYTNEp9lMU56Nm+OIuPwXwhDt92ANkaC0NWZZQ=";
  };

  nativeBuildInputs = [