cinnamon.xreader: 3.6.0 -> 3.6.2

https://github.com/linuxmint/xreader/compare/3.6.0...3.6.2
This commit is contained in:
Bobby Rong
2022-12-15 23:09:00 +08:00
parent 96d06d98b7
commit aaef197f57
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "3.6.0";
version = "3.6.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-CXhktA0BvJ0mczhH6kTOMzLeDG9rThy3g3VOcOWlBDw=";
sha256 = "sha256-cQ8ofBTOzHD1te2lXuCgJImgK3M1/lXmnh4yL4LfYx4=";
};
nativeBuildInputs = [