Unverified Commit 1a2a30ec authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

xreader: 4.2.3 -> 4.2.5 (#399192)

parents b8dd760a 9c89171c
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.3";
  version = "4.2.5";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    hash = "sha256-qBnnxygkAn1wF3gtqR0At1e1e+sx1/2MoSWqmshW5Qg=";
    hash = "sha256-4riTLU8ElWxxnigNAhmAv+7m1fNneDLCgS2Tj1V0UNk=";
  };

  nativeBuildInputs = [