xreader: 4.6.3 -> 4.6.4 (#521922)

This commit is contained in:
Bobby Rong
2026-05-19 16:15:55 +00:00
committed by GitHub
+2 -2
View File
@@ -37,13 +37,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "xreader";
version = "4.6.3";
version = "4.6.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xreader";
rev = finalAttrs.version;
hash = "sha256-lVJFNOiayAai/Lg4tl8lNaK5fdTlZ0ptzstUzciH1mA=";
hash = "sha256-upX2+Hwdss7OfIWFg5MALoF9LIw5mk6+NYR+NEbcDX4=";
};
nativeBuildInputs = [