cinnamon.xreader: 3.8.1 -> 3.8.2

https://github.com/linuxmint/xreader/compare/3.8.1...3.8.2
This commit is contained in:
Bobby Rong 2023-07-08 11:34:10 +08:00
parent 6a5f7b603a
commit 1a7eefb4c5
No known key found for this signature in database

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "3.8.1";
version = "3.8.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-ZmaY9FlDIJNQ9jYkUJDnKAgwn5wlQY89eWx3/RJZA7E=";
sha256 = "sha256-2zqlfoN4L+V237cQ3PVh49YaZfNKGiLqh2JIiGJE340=";
};
nativeBuildInputs = [