cinnamon.cinnamon-common: 6.2.2 -> 6.2.3

https://github.com/linuxmint/cinnamon/compare/6.2.2...6.2.3
This commit is contained in:
Bobby Rong 2024-06-30 20:50:49 +08:00
parent 49d0f43f57
commit 50f75d152f
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.2";
version = "6.2.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon";
rev = version;
hash = "sha256-iivrPSzmvhImfrOD2Ec6BjbtRpHAQs71N/UDSPoZwTE=";
hash = "sha256-u5QsUFRXPVsk9T7tVmuOpTaAxdMIJs5yPVcWM1olXz8=";
};
patches = [