xreader: 4.2.2 -> 4.2.3

This commit is contained in:
R. Ryantm
2024-12-05 12:35:10 +00:00
parent 929116e316
commit 3e53e7e7bc
+2 -2
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 = [