cinnamon.xreader: 4.0.2 -> 4.2.0

https://github.com/linuxmint/xreader/compare/4.0.2...4.2.0
This commit is contained in:
Bobby Rong 2024-06-05 21:32:48 +08:00
parent e0d69e6ba6
commit 6fb8a55a3b
No known key found for this signature in database

View File

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