pantheon.elementary-gtk-theme: 7.1.0 -> 7.2.0
https://github.com/elementary/stylesheet/releases/tag/7.2.0
This commit is contained in:
parent
884ac29401
commit
737243dd1f
1 changed files with 12 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
{ 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
|
||||
|
|
Loading…
Reference in a new issue