cinnamon.cinnamon-control-center: 5.8.1 -> 5.8.2

https://github.com/linuxmint/cinnamon-control-center/compare/5.8.1...5.8.2
This commit is contained in:
Bobby Rong 2023-07-08 11:48:59 +08:00
parent 6046368951
commit c268815f1c
No known key found for this signature in database

View file

@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-control-center";
version = "5.8.1";
version = "5.8.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-tRLUdwEptLNngVq+qOPilGQipVXNeDlzohgu3VlVciI=";
hash = "sha256-7AXm4ZTpI/4Xa2lwDmEvomNdwmgVoXSKqojpFZMuoVQ=";
};
buildInputs = [