3
0
Fork 0
forked from mirrors/nixpkgs

cinnamon.cinnamon-desktop: 4.8.1 -> 5.2.0

This commit is contained in:
Maciej Krüger 2021-11-24 10:13:55 +01:00
parent 3226fb88d4
commit bd0acde368
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.1";
version = "5.2.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-FLruY1lxzB3iJ/So3jSjrbv9e8VoN/0+U2YDXju/u3E=";
hash = "sha256-gOlSmcHjBjnLdDpgC5mZ4M3eUBTG3BuET6Kr/Xby14A=";
};
outputs = [ "out" "dev" ];