Commit ba8988dc authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

cinnamon.nemo: 6.2.3 -> 6.2.4

parent d53cbcef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,13 +24,13 @@

stdenv.mkDerivation rec {
  pname = "nemo";
  version = "6.2.3";
  version = "6.2.4";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    sha256 = "sha256-wyz2pzwJGYMFKoKVqrhLnkJqXG8Qg2+BygpOm2yegpM=";
    sha256 = "sha256-mlu/bC1+2rhEQvqIAcTBgYii8t4ELsLc1x0ApcBqx6o=";
  };

  patches = [