cinnamon.cinnamon-desktop: 4.6.4 -> 4.8.1

This commit is contained in:
Maciej Krüger 2021-02-06 14:38:32 +01:00
parent 5e596f8ddf
commit 7280e7ca09
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cinnamon-desktop"; pname = "cinnamon-desktop";
version = "4.6.4"; version = "4.8.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "08z5hgc6dwdp9fczm75axwh8q9665iz4y2lxp92xp62r3k0v9fvd"; sha256 = "sha256-FLruY1lxzB3iJ/So3jSjrbv9e8VoN/0+U2YDXju/u3E=";
}; };
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];