cinnamon.cinnamon-session: 6.2.0 -> 6.2.1

This commit is contained in:
R. Ryantm 2024-07-20 02:05:02 +00:00 committed by Bobby Rong
parent 94aa31c552
commit de83d38d29

View File

@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation rec {
pname = "cinnamon-session";
version = "6.2.0";
version = "6.2.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-2KQJNUc/uvbXnqqV0Yt3cltTHNbCo+wK67NXlid02Sk=";
hash = "sha256-mr+QOFogzoloasGt1uK6zH/KHuH+uWYzXAZxPYkW57A=";
};
patches = [