cinnamon.xreader: 4.2.0 -> 4.2.1

This commit is contained in:
R. Ryantm 2024-06-21 03:37:28 +00:00 committed by Bobby Rong
parent bf137fc124
commit 6293ea3fc8

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-MWSAyXQcE8cDdzJISFV7UHheHX+7zF1Ula+LGicvUPM=";
sha256 = "sha256-+q0fZA72m5T5ZB6bYWPWdQGxLpwjNp5Vak2TzaGwGWQ=";
};
nativeBuildInputs = [