Revert "cinnamon.cinnamon-session: 4.6.2 -> 4.8.0"

This reverts commit 54eed8ab5e.
This commit is contained in:
Maciej Krüger 2020-12-18 07:42:55 +01:00
parent 85298db412
commit a1bb7efd5a
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-session";
version = "4.8.0";
version = "4.6.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "0sbfd1d4kjiccaq9s36r2cvdcmvd1x2087nkfgl32gwxakqi3g4n";
sha256 = "133vpgs0dqr16pvx5wyxhfcargn9wl14z0q99m2pn93hf6zycmsv";
};
patches = [