mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
scenefx: 0.1 -> 0.2.1
This commit is contained in:
parent
73f3c9bdce
commit
d0067f608d
1 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
wlroots_0_17,
|
wlroots_0_18,
|
||||||
scdoc,
|
scdoc,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
wayland,
|
wayland,
|
||||||
|
@ -21,13 +21,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "scenefx";
|
pname = "scenefx";
|
||||||
version = "0.1";
|
version = "0.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wlrfx";
|
owner = "wlrfx";
|
||||||
repo = "scenefx";
|
repo = "scenefx";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-vBmunqXwGbMNiGRd372TdMU4siWhIVYn5RVYne9C7uQ=";
|
hash = "sha256-BLIADMQwPJUtl6hFBhh5/xyYwLFDnNQz0RtgWO/Ua8s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
pixman
|
pixman
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wlroots_0_17
|
wlroots_0_18
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue