cinnamon.cinnamon-desktop: 6.0.0 -> 6.2.0

https://github.com/linuxmint/cinnamon-desktop/compare/6.0.0...6.2.0
This commit is contained in:
Bobby Rong 2024-06-25 21:41:06 +08:00
parent dcff3d58b1
commit f545976380
No known key found for this signature in database

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-desktop";
version = "6.0.0";
version = "6.2.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-Ay9JyPBsE345dBwQHChkaGuoXiB2nPyvCNhWWphL8kY=";
hash = "sha256-9uewZh0GHQAenTcZpLchgFXSt3vOhxLbaepsJIkjTdI=";
};
outputs = [ "out" "dev" ];