Unverified Commit 6e8d5bb2 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent d1f60944
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

stdenv.mkDerivation rec {
  pname = "nemo";
  version = "5.4.3";
  version = "5.6.0";

  # TODO: add plugins support (see https://github.com/NixOS/nixpkgs/issues/78327)

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
    owner = "linuxmint";
    repo = pname;
    rev = version;
    sha256 = "sha256-f3rO0lpOcwpSpIpKrslf6/6nqFbbGTwnKbHpWO+Uf+Q=";
    sha256 = "sha256-+JrfFqKZhzYOyp7z2x22bw2f8Gip7Qh8d30tC7LWHEU=";
  };

  outputs = [ "out" "dev" ];