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

Merge pull request #228248 from bobby285271/upd/pantheon

pantheon.elementary-gtk-theme: 7.1.0 -> 7.2.0
parents 4f7b5eff 737243dd
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
{ lib
, stdenvNoCC
, fetchFromGitHub
, fetchpatch
, nix-update-script
, gettext
, meson
@@ -11,15 +12,24 @@

stdenvNoCC.mkDerivation rec {
  pname = "elementary-gtk-theme";
  version = "7.1.0";
  version = "7.2.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "stylesheet";
    rev = version;
    sha256 = "sha256-AFiREZ4pDIwQ4OeZDIHEJUNSeUsMjAlDd5h0pB0ilNw=";
    sha256 = "sha256-ZR0FJ8DkPlO1Zatvxv3NghAVBPo2j+1m0k4C+gvYPVA=";
  };

  patches = [
    # Headerbars: fix missing default-decoration
    # https://github.com/elementary/stylesheet/pull/1258
    (fetchpatch {
      url = "https://github.com/elementary/stylesheet/commit/9cea2383bec8f90d25f1e9b854b5221737487521.patch";
      sha256 = "sha256-6komROS4+nxwoGoKoiDmnrTfLNZAvnTU6hIEOQQfmxc=";
    })
  ];

  nativeBuildInputs = [
    gettext
    meson