Merge pull request #212534 from bobby285271/upd/pantheon.elementary-code

pantheon.elementary-code: 6.2.0 -> 7.0.0

authored by Bobby Rong and committed by GitHub cdb3f18d cdaa1be3

+6 -6
+6 -6
pkgs/desktops/pantheon/apps/elementary-code/default.nix
··· 28 28 29 29 stdenv.mkDerivation rec { 30 30 pname = "elementary-code"; 31 - version = "6.2.0"; 31 + version = "7.0.0"; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = "elementary"; 35 35 repo = "code"; 36 36 rev = version; 37 - sha256 = "sha256-QhJNRhYgGbPMd7B1X3kG+pnC/lGUoF7gc7O1PdG49LI="; 37 + sha256 = "sha256-6ZOdlOCIDy5aWQre15+SrTH/vhY9OeTffY/uTSroELc="; 38 38 }; 39 39 40 40 patches = [ 41 - # Fix drag and drop of accented text and between tabs 42 - # https://github.com/elementary/code/pull/1194 41 + # Fix global search action disabled at startup 42 + # https://github.com/elementary/code/pull/1254 43 43 (fetchpatch { 44 - url = "https://github.com/elementary/code/commit/1ed7b590768ea9cb5b4658e27d9dc7ac224442ae.patch"; 45 - sha256 = "sha256-VrYcEbkzQKi5gFB/Vw/0NITZvSXKXfuEv2R3m0VALVM="; 44 + url = "https://github.com/elementary/code/commit/1e75388b07c060cc10ecd612076f235b1833fab8.patch"; 45 + sha256 = "sha256-8Djh1orMcmICdYwQFENJCaYlXK0E52NhCmuhlHCz7oM="; 46 46 }) 47 47 ]; 48 48