greybird: 2017-02-26 -> 3.22.3
This commit is contained in:
parent
8d491ec6c6
commit
ca3d37ffbe
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "greybird";
|
pname = "greybird";
|
||||||
version = "2017-02-26";
|
version = "3.22.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shimmerproject";
|
owner = "shimmerproject";
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
rev = "66c222c25c43603e73d3521e0e91ffb268214229";
|
rev = "v${version}";
|
||||||
sha256 = "1q0nc02d7kwaxjb8d2rvwc3yf3v46r44zsighwjnmczpw7y3j6h8";
|
sha256 = "0hz8q2sf2kcxixzw088rny6zmhfls5z49zlhm8m9013wph799a8c";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook sass glib libxml2 gdk_pixbuf librsvg ];
|
nativeBuildInputs = [ autoreconfHook sass glib libxml2 gdk_pixbuf librsvg ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user