Merge pull request #101365 from r-ryantm/auto-update/cinnamon-desktop

cinnamon.cinnamon-desktop: 4.6.1 -> 4.6.4
This commit is contained in:
Maciej Krüger 2020-10-22 15:57:12 +02:00 committed by GitHub
commit 11fd63c3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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