mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 04:25:14 +00:00
apx-gui: 1.0.3 -> 1.0.4
Changelog: https://github.com/Vanilla-OS/apx-gui/releases/tag/v1.0.4
This commit is contained in:
parent
7150b43a80
commit
2fde3fa482
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "apx-gui";
|
pname = "apx-gui";
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Vanilla-OS";
|
owner = "Vanilla-OS";
|
||||||
repo = "apx-gui";
|
repo = "apx-gui";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-UgDBDk4ChgWFUoz5BAXbn0b4Bngs9/hTmcu1Y4FXLU0=";
|
hash = "sha256-nZMbVXeWEgfBsVgX2iESRzDgu0tjiqC1dTCaTlW0iWA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
(python3.withPackages (ps: [ ps.pygobject3 ps.requests ]))
|
(python3.withPackages (ps: [ ps.pygobject3 ps.pyyaml ps.requests ]))
|
||||||
wrapGAppsHook4
|
wrapGAppsHook4
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user