pantheon.elementary-tasks: 6.3.2 -> 6.3.3

https://github.com/elementary/tasks/compare/6.3.2...6.3.3
This commit is contained in:
Bobby Rong 2024-08-01 21:12:50 +08:00
parent ed52fa40e7
commit adc11eb946
No known key found for this signature in database

View File

@ -5,7 +5,6 @@
, meson
, ninja
, pkg-config
, python3
, vala
, wrapGAppsHook3
, clutter-gtk
@ -23,20 +22,19 @@
stdenv.mkDerivation rec {
pname = "elementary-tasks";
version = "6.3.2";
version = "6.3.3";
src = fetchFromGitHub {
owner = "elementary";
repo = "tasks";
rev = version;
sha256 = "sha256-6Vwx+NRVGDqZzN5IVk4cQxGjSkYwrrNhUVoB8TRo28U=";
hash = "sha256-xOMS4Zwfl7TLHvm8Zn6wQ4ZoMg+Yuci+cTpUVG+liss=";
};
nativeBuildInputs = [
meson
ninja
pkg-config
python3
vala
wrapGAppsHook3
];
@ -55,11 +53,6 @@ stdenv.mkDerivation rec {
libportal-gtk3
];
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';
passthru = {
updateScript = nix-update-script { };
};