horst: git-2016-03-15 -> 5.0

This commit is contained in:
ndowens 2017-03-01 19:16:03 -06:00
parent 61785c5531
commit 5f76147fa7

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "horst-${version}"; name = "horst-${version}";
version = "git-2016-03-15"; version = "5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "br101"; owner = "br101";
repo = "horst"; repo = "horst";
rev = "9d5c2f387607ac1c174b59497557b8985cdb788b"; rev = "version-${version}";
sha256 = "0a4ixc9xbc818hw7rai24i1y8nqq2aqxqd938ax89ik4pfd2w3l0"; sha256 = "0m7gc6dj816z8wyq5bdkqj7fw6rmxaah84s34ncsaispz2llva1x";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];