1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

cinnamon.cinnamon-control-center: 5.6.0 -> 5.6.1

https://github.com/linuxmint/cinnamon-control-center/compare/5.6.0...5.6.1
This commit is contained in:
Bobby Rong 2023-01-08 10:37:41 +08:00
parent a518c77148
commit c534878e91
No known key found for this signature in database

View file

@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-control-center";
version = "5.6.0";
version = "5.6.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-WK35uDckIYU4HwuYtLj+CFVJD8O78LTQcnOvjp/et2s=";
hash = "sha256-rp3K7SqGw8da2U61VjKiqUyT5vCUVk4XZdRYtLwRtfQ=";
};
buildInputs = [