cinnamon.cinnamon-desktop: 4.4.1 -> 4.6.1

This commit is contained in:
R. RyanTM 2020-06-15 16:07:49 +00:00 committed by Maciej Krüger
parent 5676e96110
commit 02b2bf7396
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.4.1";
version = "4.6.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "10db5rai8cbbzphvcwarr3hm1bd9rxchlc0hcghg7qnmvv52fq03";
sha256 = "0299m41vy4kcsi74z793ligvqj8nyy3fbzh6xz89jd8l3p9kgrz8";
};
outputs = [ "out" "dev" ];