xreader: 4.2.5 -> 4.2.6

This commit is contained in:
R. Ryantm
2025-05-01 13:52:44 +00:00
parent 72d7521374
commit a313bb5281
+2 -2
View File
@@ -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 = [