Unverified Commit ea6374f0 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

pantheon.elementary-code: 8.0.0 -> 8.1.0 (#432175)

parents eae61f1e 123c0442
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -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 = [