Unverified Commit 7c18d661 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent f13dda6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,13 +74,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "cinnamon";
  version = "6.6.0";
  version = "6.6.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon";
    tag = version;
    hash = "sha256-DiAc1Ng03xzNYYpf79g9p338syPScKftmviNw6Y5i5o=";
    hash = "sha256-evjXa42mo7wkLh5HDax+2Tsc/x/oG3tPHU1tczoxmJU=";
  };

  patches = [