cinnamon.xreader: 4.0.1 -> 4.0.2

https://github.com/linuxmint/xreader/compare/4.0.1...4.0.2
This commit is contained in:
Bobby Rong 2024-01-05 21:12:50 +08:00
parent 1440f62d53
commit 3a1916cc58
No known key found for this signature in database

View File

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "4.0.1";
version = "4.0.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-sADdslxDtI+zV8DLnczlzNtB9W+BhMP8vb5riSnPYaw=";
sha256 = "sha256-X5XMkO2JFceLyH7KEp8mnDltdjGpCT4kVGdcpGRpUJI=";
};
nativeBuildInputs = [