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

Merge pull request #258028 from bobby285271/upd/cinnamon

cinnamon.nemo: 5.8.4 -> 5.8.5
parents 31b5d595 adcf31f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
  pname = "nemo";
  version = "5.8.4";
  version = "5.8.5";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    sha256 = "sha256-WjgQXQe8iCzkc4pmeTIx6mSlsg88xy3FTPMokJWo3fg=";
    sha256 = "sha256-Nl/T+8mmQdCTHo3qAUd+ATflSDXiGCQfGb1gXzvLuAc=";
  };

  patches = [