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 14:59:34 +08:00
parent 96d06d98b7
commit aaef197f57
No known key found for this signature in database

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 = [