pantheon.elementary-code: 8.1.0 -> 8.1.1

https://github.com/elementary/code/compare/8.1.0...8.1.1

+4 -2
+4 -2
pkgs/desktops/pantheon/apps/elementary-code/default.nix
··· 11 11 wrapGAppsHook3, 12 12 editorconfig-core-c, 13 13 granite, 14 + gsettings-desktop-schemas, 14 15 gtk3, 15 16 gtksourceview4, 16 17 gtkspell3, ··· 25 26 26 27 stdenv.mkDerivation rec { 27 28 pname = "elementary-code"; 28 - version = "8.1.0"; 29 + version = "8.1.1"; 29 30 30 31 src = fetchFromGitHub { 31 32 owner = "elementary"; 32 33 repo = "code"; 33 34 rev = version; 34 - hash = "sha256-pL/xyD9jwuPixbVdjPa3vdZWHxI+T2ARI4BvcTV61jc="; 35 + hash = "sha256-4IGun7MnrMRmpXD0Kxm/ND4C3pFVhjHqDeP6jUmRg7k="; 35 36 }; 36 37 37 38 strictDeps = true; ··· 48 49 buildInputs = [ 49 50 editorconfig-core-c 50 51 granite 52 + gsettings-desktop-schemas 51 53 gtk3 52 54 gtksourceview4 53 55 gtkspell3