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

nemo: 6.6.3 -> 6.6.4 (#493509)

parents b8c519e9 787f28cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "nemo";
  version = "6.6.3";
  version = "6.6.4";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "nemo";
    rev = finalAttrs.version;
    hash = "sha256-jsAKNKpNsheyugI6dVQAYYrOTmHLDjJCbjlWmAChFgU=";
    hash = "sha256-HYrpq22rWScdweDQQlrQbOShYFH4FjZWQKBnvKIsOAI=";
  };

  patches = [