cinnamon.xreader: 3.6.2 -> 3.6.3

https://github.com/linuxmint/xreader/compare/3.6.2...3.6.3
This commit is contained in:
Bobby Rong 2023-01-11 20:51:28 +08:00
parent 35a8632ee1
commit c41e15834f
No known key found for this signature in database

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "3.6.2";
version = "3.6.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-cQ8ofBTOzHD1te2lXuCgJImgK3M1/lXmnh4yL4LfYx4=";
sha256 = "sha256-KuCcOnhM8AzKC8hfBpdcnC/ubDVsElKMZuxEnTcJLn0=";
};
nativeBuildInputs = [