Unverified Commit 48d5f731 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent c23193b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -75,13 +75,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "cinnamon";
  version = "6.4.11";
  version = "6.4.12";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon";
    rev = version;
    hash = "sha256-Hqjsi07qkVGobVwiXgLwZexjssQN0UN1BJo8b8JlpkY=";
    hash = "sha256-fEi/dUPnHC0OFqefclf0gQsZZNRVzBLaIR41prUfNP8=";
  };

  patches = [