cinnamon.cinnamon-common: 6.2.3 -> 6.2.4

https://github.com/linuxmint/cinnamon/compare/6.2.3...6.2.4
This commit is contained in:
Bobby Rong 2024-07-07 19:52:04 +08:00
parent 9f4128e00b
commit 65fa3de324
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.3";
version = "6.2.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "cinnamon";
rev = version;
hash = "sha256-u5QsUFRXPVsk9T7tVmuOpTaAxdMIJs5yPVcWM1olXz8=";
hash = "sha256-zWSz49ESzuftrE4caTxa+9Zvyz2rdmGgRz2hZO2OWtc=";
};
patches = [