xreader: 4.2.6 -> 4.2.7

https://github.com/linuxmint/xreader/compare/4.2.6...4.2.7
This commit is contained in:
Bobby Rong
2025-07-22 22:19:19 +08:00
parent a29d9b0637
commit 8496c3e433
+2 -2
View File
@@ -36,13 +36,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "4.2.6";
version = "4.2.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xreader";
rev = version;
hash = "sha256-ELqO8pYMWgU6DUS5vg+F+xFp3w3H6u0Jzms3xaNlTqE=";
hash = "sha256-APBVrrvLS5CFtfi0UlIDtYyg4pfCS8qLc2a4KDOU1Zk=";
};
nativeBuildInputs = [