cinnamon.cinnamon-desktop: 5.6.2 -> 5.8.0

https://github.com/linuxmint/cinnamon-desktop/compare/5.6.2...5.8.0
This commit is contained in:
Bobby Rong 2023-06-01 21:34:14 +08:00
parent 70cc177a30
commit 51fec464f0
No known key found for this signature in database

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-desktop";
version = "5.6.2";
version = "5.8.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-X4jf7+QFjoev1K6ywxN0n9MYUv7xI1/su+hHeesG02Y=";
hash = "sha256-rYTWtdYfMow3cIPhJdcmhyaIIU7fgVecWigbsCW0Piw=";
};
outputs = [ "out" "dev" ];