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

cinnamon-settings-daemon: 6.4.1 -> 6.4.2 (#365114)

parents 04785d76 6fe896e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@

stdenv.mkDerivation rec {
  pname = "cinnamon-settings-daemon";
  version = "6.4.1";
  version = "6.4.2";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    hash = "sha256-GY5uq+CLBKhHYr5RTVlE3vqCfP6+2Tmztw0ymwT4jKU=";
    hash = "sha256-VnplZ9HDmrBuDybV5YJBbqaETdUQHdUfgsTZ+Zj1/4c=";
  };

  patches = [