cinnamon.xreader: 3.4.5 -> 3.6.0

No changes.

https://github.com/linuxmint/xreader/compare/3.4.5...3.6.0
This commit is contained in:
Bobby Rong 2022-11-17 09:29:58 +08:00
parent 921e69e463
commit a44d01d30f
No known key found for this signature in database

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "3.4.5";
version = "3.6.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-lRtBxqD45/3Wjp0Sq8A0L3Zmg33Pq6iIsA8jeywnDBc=";
sha256 = "sha256-CXhktA0BvJ0mczhH6kTOMzLeDG9rThy3g3VOcOWlBDw=";
};
nativeBuildInputs = [