Merge pull request #328986 from chewblacka/update-apx-gui

apx-gui: 0.1.1 -> 1.0.2
This commit is contained in:
Artturin 2024-07-22 01:16:38 +03:00 committed by GitHub
commit c052e25cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,17 +12,18 @@
, wrapGAppsHook4
, apx
, gnome-console
, vte-gtk4
}:
stdenv.mkDerivation (finalAttrs: {
pname = "apx-gui";
version = "0.1.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "Vanilla-OS";
repo = "apx-gui";
rev = "v${finalAttrs.version}";
hash = "sha256-orP5kAsoXX0zyDskeIPKKHNt5c757eUm9un4Ws6uFYA=";
hash = "sha256-Web2ErqJ2Wx/wK1lNvy6dD9JK7RIYSOycrXWgoVT1po=";
};
strictDeps = true;
@ -34,12 +35,13 @@ stdenv.mkDerivation (finalAttrs: {
meson
ninja
pkg-config
(python3.withPackages (ps: [ ps.pygobject3 ]))
(python3.withPackages (ps: [ ps.pygobject3 ps.requests ]))
wrapGAppsHook4
];
buildInputs = [
libadwaita
vte-gtk4
];
preFixup = ''