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

cinnamon-settings-daemon: 6.6.3 -> 6.6.4 (#514917)

parents 4e1953f4 206b3f22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "cinnamon-settings-daemon";
  version = "6.6.3";
  version = "6.6.4";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "cinnamon-settings-daemon";
    tag = finalAttrs.version;
    hash = "sha256-sa3DYH4/yRycHyrAG8IfCCpHhFNKwq8yOgLoKHprGfk=";
    hash = "sha256-zdrT9te/C62g1MZlILbicxaDWO+uS3iW448YBTpPz1Y=";
  };

  patches = [