gnome-hexgl: 0.2.0 → unstable-2020-07-24

0.2.0 does not build against gthree 0.9.0
This commit is contained in:
Jan Tojnar 2020-08-11 23:20:28 +02:00
parent e4fc19e66e
commit 01ce25515e
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -2,7 +2,7 @@
, fetchFromGitHub , fetchFromGitHub
, ninja , ninja
, meson , meson
, pkgconfig , pkg-config
, gthree , gthree
, gsound , gsound
, epoxy , epoxy
@ -11,19 +11,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gnome-hexgl"; pname = "gnome-hexgl";
version = "0.2.0"; version = "unstable-2020-07-24";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alexlarsson"; owner = "alexlarsson";
repo = "gnome-hexgl"; repo = "gnome-hexgl";
rev = version; rev = "f47a351055a235730795341dcd6b2397cc4bfa0c";
sha256 = "08iy2iciscd2wbhh6v4cpghx8r94v1ffbgla9yb3bcsdhlag0iw4"; sha256 = "yZWGymaSUfnCP8VAEdDH64w0muSnRK/XPi1/IqTrE4k=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
ninja ninja
meson meson
pkgconfig pkg-config
]; ];
buildInputs = [ buildInputs = [