xreader: 4.2.3 -> 4.2.5 (#399192)

This commit is contained in:
Bobby Rong
2025-04-17 21:05:49 +08:00
committed by GitHub
+2 -2
View File
@@ -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 = [