cinnamon.cinnamon-session: 6.0.3 -> 6.0.4

https://github.com/linuxmint/cinnamon-session/compare/6.0.3...6.0.4
This commit is contained in:
Bobby Rong 2024-02-09 11:41:22 +08:00
parent faf912b086
commit fd954eef81
No known key found for this signature in database

View File

@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation rec {
pname = "cinnamon-session";
version = "6.0.3";
version = "6.0.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-dNg1e339NWRzyEsRp7I91SwK2H+lU28Ra+7MSgUDk8w=";
hash = "sha256-GtaoqzcnpKbiP4OqhnLkNWzZTUqX/KgVE6JImNMkdGo=";
};
patches = [