pantheon.elementary-code: 8.1.0 -> 8.1.1

https://github.com/elementary/code/compare/8.1.0...8.1.1
This commit is contained in:
Bobby Rong
2025-09-11 21:39:06 +08:00
parent 8644204aad
commit ece30c04dc
@@ -11,6 +11,7 @@
wrapGAppsHook3,
editorconfig-core-c,
granite,
gsettings-desktop-schemas,
gtk3,
gtksourceview4,
gtkspell3,
@@ -25,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "elementary-code";
version = "8.1.0";
version = "8.1.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "code";
rev = version;
hash = "sha256-pL/xyD9jwuPixbVdjPa3vdZWHxI+T2ARI4BvcTV61jc=";
hash = "sha256-4IGun7MnrMRmpXD0Kxm/ND4C3pFVhjHqDeP6jUmRg7k=";
};
strictDeps = true;
@@ -48,6 +49,7 @@ stdenv.mkDerivation rec {
buildInputs = [
editorconfig-core-c
granite
gsettings-desktop-schemas
gtk3
gtksourceview4
gtkspell3