xreader: 4.6.4 -> 4.6.5

https://github.com/linuxmint/xreader/compare/4.6.4...4.6.5
This commit is contained in:
Bobby Rong
2026-05-23 19:45:49 +08:00
parent a28e75402d
commit e65f48df3d
+2 -2
View File
@@ -37,13 +37,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xreader";
version = "4.6.4";
version = "4.6.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xreader";
rev = finalAttrs.version;
hash = "sha256-upX2+Hwdss7OfIWFg5MALoF9LIw5mk6+NYR+NEbcDX4=";
hash = "sha256-wycQmScxuSlo6Ln6piSBF7kmzvi6FnTm/ES/Ds+/h8I=";
};
nativeBuildInputs = [