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

xreader: 4.2.5 -> 4.2.6 (#403318)

parents 3e5e7715 a313bb52
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.5";
  version = "4.2.6";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    hash = "sha256-4riTLU8ElWxxnigNAhmAv+7m1fNneDLCgS2Tj1V0UNk=";
    hash = "sha256-ELqO8pYMWgU6DUS5vg+F+xFp3w3H6u0Jzms3xaNlTqE=";
  };

  nativeBuildInputs = [