Revert "cinnamon.cinnamon-desktop: 4.6.4 -> 4.8.0"

This reverts commit 50b6c206c3.
This commit is contained in:
Maciej Krüger 2020-12-18 07:42:52 +01:00
parent 22c23fdf07
commit 19894afe19
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-desktop";
version = "4.8.0";
version = "4.6.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "1369iig7w0x45sr9yd4a5xxqrwsfwq90hlnknarhz62h5hpykjwi";
sha256 = "08z5hgc6dwdp9fczm75axwh8q9665iz4y2lxp92xp62r3k0v9fvd";
};
outputs = [ "out" "dev" ];