pantheon.elementary-code: 8.0.0 -> 8.1.0

https://github.com/elementary/code/compare/8.0.0...8.1.0
This commit is contained in:
Bobby Rong 2025-08-09 12:41:59 +08:00
parent c2ae88e026
commit 123c0442cf
No known key found for this signature in database

View File

@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
nix-update-script,
meson,
ninja,
@ -26,24 +25,15 @@
stdenv.mkDerivation rec {
pname = "elementary-code";
version = "8.0.0";
version = "8.1.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "code";
rev = version;
hash = "sha256-muW7K9cFITZaoNi3id+iplmokN5sSE8x1CVQ62+myUU=";
hash = "sha256-pL/xyD9jwuPixbVdjPa3vdZWHxI+T2ARI4BvcTV61jc=";
};
patches = [
# Fix build with GCC 14
# https://github.com/elementary/code/pull/1606
(fetchpatch {
url = "https://github.com/elementary/code/commit/9b8347adcbb94f3186815413d927eecc51be2ccf.patch";
hash = "sha256-VhpvWgOGniOEjxBOjvX30DZIRGalxfPlb9j1VaOAJTA=";
})
];
strictDeps = true;
nativeBuildInputs = [