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

cinnamon.cinnamon-desktop: 4.6.4 -> 4.8.0
This commit is contained in:
Sandro 2020-12-02 01:51:18 +01:00 committed by GitHub
commit fa09aa8efd
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.4";
version = "4.8.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "08z5hgc6dwdp9fczm75axwh8q9665iz4y2lxp92xp62r3k0v9fvd";
sha256 = "1369iig7w0x45sr9yd4a5xxqrwsfwq90hlnknarhz62h5hpykjwi";
};
outputs = [ "out" "dev" ];