cinnamon-common: 6.2.8 -> 6.2.9

https://github.com/linuxmint/cinnamon/compare/6.2.8...6.2.9
This commit is contained in:
Bobby Rong 2024-08-11 10:22:56 +08:00
parent a550001241
commit dd711d9315
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.8";
version = "6.2.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon";
rev = version;
hash = "sha256-d1r+ouomcmiqTMHL/iHNL1kUJZvy35e2Qpv5j3bHDAA=";
hash = "sha256-CW87zZogjdTOCp6mx5ctV6T9YQVQGo3yw0lPTkiCNkE=";
};
patches = [