xreader: 4.2.2 -> 4.2.3 (#362064)

This commit is contained in:
Bobby Rong 2024-12-05 22:09:07 +08:00 committed by GitHub
commit 7c954fa614
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "4.2.2";
version = "4.2.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-c3oZ+PAsu180mlriQlF86TCBAnehLBv9Nc0SCtSkUuQ=";
hash = "sha256-qBnnxygkAn1wF3gtqR0At1e1e+sx1/2MoSWqmshW5Qg=";
};
nativeBuildInputs = [