summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps/elementary-code/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-04-05 10:18:15 +0800
committerBobby Rong <rjl931189261@126.com>2022-04-05 10:18:15 +0800
commitc1732444bf7f5d585749e20db67f7a1a603a59f5 (patch)
treee9d8a8e636517865984262a76ef64697d7de86a0 /pkgs/desktops/pantheon/apps/elementary-code/default.nix
parentc506050b94a5e3d41e78d2f8e481e6852c33fba4 (diff)
downloadnixpkgs-c1732444bf7f5d585749e20db67f7a1a603a59f5.tar
nixpkgs-c1732444bf7f5d585749e20db67f7a1a603a59f5.tar.gz
nixpkgs-c1732444bf7f5d585749e20db67f7a1a603a59f5.tar.bz2
nixpkgs-c1732444bf7f5d585749e20db67f7a1a603a59f5.tar.lz
nixpkgs-c1732444bf7f5d585749e20db67f7a1a603a59f5.tar.xz
nixpkgs-c1732444bf7f5d585749e20db67f7a1a603a59f5.tar.zst
nixpkgs-c1732444bf7f5d585749e20db67f7a1a603a59f5.zip
pantheon.elementary-code: 6.1.0 -> 6.2.0
Diffstat (limited to 'pkgs/desktops/pantheon/apps/elementary-code/default.nix')
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-code/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-code/default.nix b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
index f1cd335459e..25acfc28062 100644
--- a/pkgs/desktops/pantheon/apps/elementary-code/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-code/default.nix
@@ -1,7 +1,6 @@
 { lib
 , stdenv
 , fetchFromGitHub
-, fetchpatch
 , nix-update-script
 , appstream
 , desktop-file-utils
@@ -28,24 +27,15 @@
 
 stdenv.mkDerivation rec {
   pname = "elementary-code";
-  version = "6.1.0";
+  version = "6.2.0";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = "code";
     rev = version;
-    sha256 = "sha256-AXmMcPj2hf33G5v3TUg+eZwaKOdVlRvoVXglMJFHRjw=";
+    sha256 = "sha256-QhJNRhYgGbPMd7B1X3kG+pnC/lGUoF7gc7O1PdG49LI=";
   };
 
-  patches = [
-    # Fix build with meson 0.61
-    # https://github.com/elementary/code/pull/1165
-    (fetchpatch {
-      url = "https://github.com/elementary/code/commit/a2607cce3a6b1bb62d02456456d3cbc3c6530bb0.patch";
-      sha256 = "sha256-VKR83IOUYsQhBRlU9JUTlMJtXWv/AyG4wDsjMU2vmU8=";
-    })
-  ];
-
   nativeBuildInputs = [
     appstream
     desktop-file-utils