Unverified Commit 15ada3ac authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.elementary-files: 6.2.2 -> 6.3.0

parent 2408257a
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, pkg-config
, meson
@@ -28,7 +29,7 @@

stdenv.mkDerivation rec {
  pname = "elementary-files";
  version = "6.2.2";
  version = "6.3.0";

  outputs = [ "out" "dev" ];

@@ -36,9 +37,18 @@ stdenv.mkDerivation rec {
    owner = "elementary";
    repo = "files";
    rev = version;
    sha256 = "sha256-YV7fcRaLaDwa0m6zbdhayCAqeON5nqEdQ1IUtDKu5AY=";
    sha256 = "sha256-DS39jCeN+FFiEqJqxa5F2XRKF7SJsm2qi5KKb79guKo=";
  };

  patches = [
    # Avoid crash due to ref counting issues in Directory cache
    # https://github.com/elementary/files/pull/2149
    (fetchpatch {
      url = "https://github.com/elementary/files/commit/6a0d16e819dea2d0cd2d622414257da9433afe2f.patch";
      sha256 = "sha256-ijuSMZzVbSwWMWsK24A/24NfxjxgK/BU2qZlq6xLBEU=";
    })
  ];

  nativeBuildInputs = [
    desktop-file-utils
    meson