Unverified Commit c052e25c authored by Artturin's avatar Artturin Committed by GitHub
Browse files

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

apx-gui: 0.1.1 -> 1.0.2
parents c4329690 482c5faa
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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 = ''