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

cinnamon-common: 6.4.6 -> 6.4.7 (#380610)

parents 3b7e8b78 89494e6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,13 +76,13 @@ in
# TODO (after 25.05 branch-off): Rename to pkgs.cinnamon
stdenv.mkDerivation rec {
  pname = "cinnamon-common";
  version = "6.4.6";
  version = "6.4.7";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon";
    rev = version;
    hash = "sha256-hvQINRvEqTDWV0ja1tHzkpJMexc0htL0IlCHuy8QCQk=";
    hash = "sha256-WBdzlourYf2oEXUMbzNcNNsc8lBo6ujAy/K1Y6nGOjU=";
  };

  patches = [