cinnamon-common: 6.2.7 -> 6.2.8

https://github.com/linuxmint/cinnamon/compare/6.2.7...6.2.8
This commit is contained in:
Bobby Rong 2024-08-04 21:16:06 +08:00
parent 9f918d616c
commit e43af80c7d
No known key found for this signature in database

View File

@ -71,13 +71,13 @@ let
in
stdenv.mkDerivation rec {
pname = "cinnamon-common";
version = "6.2.7";
version = "6.2.8";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon";
rev = version;
hash = "sha256-j9Jk/mG/EYQUyVCBMJ7B4ZFiSSb3fl+TgQ+wvSSpcwo=";
hash = "sha256-d1r+ouomcmiqTMHL/iHNL1kUJZvy35e2Qpv5j3bHDAA=";
};
patches = [