Unverified Commit c6a66632 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #211176 from bobby285271/upd/cinnamon

cinnamon.cinnamon-common: 5.6.6 -> 5.6.7
parents c7e7050d cbb71553
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,13 +54,13 @@

stdenv.mkDerivation rec {
  pname = "cinnamon-common";
  version = "5.6.6";
  version = "5.6.7";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon";
    rev = version;
    hash = "sha256-BRknGZOaN156fyETworGIdEiJWrf5uqFD/Nc88LcNcg=";
    hash = "sha256-oBD9jpZSOB7R3bbMv1qOQkkQyFTKkNnNagJ1INeA0s4=";
  };

  patches = [