cinnamon.cinnamon-desktop: 5.6.0 -> 5.6.1

https://github.com/linuxmint/cinnamon-desktop/compare/5.6.0...5.6.1
This commit is contained in:
Bobby Rong 2023-01-08 10:39:49 +08:00
parent c534878e91
commit 94fa96c4a0
No known key found for this signature in database

View file

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