greybird: 3.23.3 -> 3.23.4

https://github.com/shimmerproject/greybird/compare/v3.23.3...v3.23.4
This commit is contained in:
Bobby Rong
2024-12-18 22:37:46 +08:00
parent 82c97b0e9a
commit 70a791a430

View File

@@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, meson
, ninja
, pkg-config
@@ -14,24 +13,15 @@
stdenv.mkDerivation rec {
pname = "greybird";
version = "3.23.3";
version = "3.23.4";
src = fetchFromGitHub {
owner = "shimmerproject";
repo = pname;
rev = "v${version}";
sha256 = "+MZQ3FThuRFEfoARsF09B7POwytS5RgTs9zYzIHVtfg=";
hash = "sha256-De8y+LRQ26UKrUECLCcbCg7p9Z+aRssQ/7YzegAUPw4=";
};
patches = [
# Fix label styles for xfdesktop 4.19
# https://github.com/shimmerproject/Greybird/pull/338
(fetchpatch {
url = "https://github.com/shimmerproject/Greybird/commit/7e4507d7713b2aaf41f8cfef2a1a9e214a4d8b6f.patch";
hash = "sha256-awXM2RgFIK/Ik5cJSy4IQYl+ic+XGQV0YwbL3SPclzQ=";
})
];
nativeBuildInputs = [
meson
ninja