summary refs log tree commit diff
path: root/pkgs/desktops/pantheon
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-04-06 08:52:01 +0800
committerBobby Rong <rjl931189261@126.com>2023-04-06 08:52:01 +0800
commit323cb306555e17fb0934402a92921a1b29116968 (patch)
tree72d9b9b5065bfef7a806e9cdcdcd28105dfe7204 /pkgs/desktops/pantheon
parent4a9463d51ccd7e21eecf80316481ed2fff2ae9b0 (diff)
downloadnixpkgs-323cb306555e17fb0934402a92921a1b29116968.tar
nixpkgs-323cb306555e17fb0934402a92921a1b29116968.tar.gz
nixpkgs-323cb306555e17fb0934402a92921a1b29116968.tar.bz2
nixpkgs-323cb306555e17fb0934402a92921a1b29116968.tar.lz
nixpkgs-323cb306555e17fb0934402a92921a1b29116968.tar.xz
nixpkgs-323cb306555e17fb0934402a92921a1b29116968.tar.zst
nixpkgs-323cb306555e17fb0934402a92921a1b29116968.zip
pantheon.elementary-files: 6.3.0 -> 6.3.1
https://github.com/elementary/files/releases/tag/6.3.1
Diffstat (limited to 'pkgs/desktops/pantheon')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-files/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-files/default.nix b/pkgs/desktops/pantheon/apps/elementary-files/default.nix
index df4690d05b2..442132787d7 100644
--- a/pkgs/desktops/pantheon/apps/elementary-files/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-files/default.nix
@@ -1,7 +1,6 @@
 { lib
 , stdenv
 , fetchFromGitHub
-, fetchpatch
 , nix-update-script
 , pkg-config
 , meson
@@ -29,7 +28,7 @@
 
 stdenv.mkDerivation rec {
   pname = "elementary-files";
-  version = "6.3.0";
+  version = "6.3.1";
 
   outputs = [ "out" "dev" ];
 
@@ -37,18 +36,9 @@ stdenv.mkDerivation rec {
     owner = "elementary";
     repo = "files";
     rev = version;
-    sha256 = "sha256-DS39jCeN+FFiEqJqxa5F2XRKF7SJsm2qi5KKb79guKo=";
+    sha256 = "sha256-JFkyO4r/Fb8bjWn+wVS2rIpFz19/uBVCsLt8091xzVI=";
   };
 
-  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