pantheon.wingpanel-indicator-datetime: 2.4.1 -> 2.4.2

https://github.com/elementary/wingpanel-indicator-datetime/compare/2.4.1...2.4.2
This commit is contained in:
Bobby Rong 2024-08-22 23:03:51 +08:00
parent fa2aacff8c
commit 3e74d14b0a
No known key found for this signature in database

View File

@ -5,7 +5,6 @@
, substituteAll
, pkg-config
, meson
, python3
, ninja
, vala
, gtk3
@ -23,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "wingpanel-indicator-datetime";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-5hg0TH12bEeEPhUUmZz7vS4YTB6t779CXyOCf0c4/X4=";
sha256 = "sha256-iR80pF3KUe0WboFm2/f1ZK9/wER2LfmRBd92e8jGTHs=";
};
patches = [
@ -44,7 +43,6 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
python3
vala
];
@ -59,11 +57,6 @@ stdenv.mkDerivation rec {
wingpanel
];
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';
passthru = {
updateScript = nix-update-script { };
};