cinnamon.cinnamon-desktop: 5.6.1 -> 5.6.2

https://github.com/linuxmint/cinnamon-desktop/compare/5.6.1...5.6.2
This commit is contained in:
Bobby Rong 2023-04-07 18:47:23 +08:00
parent 9c8ff8b426
commit 7dfe64b594
No known key found for this signature in database

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "cinnamon-desktop";
version = "5.6.1";
version = "5.6.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-h2Jl/4SreniZtxziDwM0iwHXgGBrnHu8NLkIX7VGP18=";
hash = "sha256-X4jf7+QFjoev1K6ywxN0n9MYUv7xI1/su+hHeesG02Y=";
};
outputs = [ "out" "dev" ];