mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
horst: git-2016-03-15 -> 5.0
This commit is contained in:
parent
61785c5531
commit
5f76147fa7
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "horst-${version}";
|
||||
version = "git-2016-03-15";
|
||||
version = "5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "br101";
|
||||
repo = "horst";
|
||||
rev = "9d5c2f387607ac1c174b59497557b8985cdb788b";
|
||||
sha256 = "0a4ixc9xbc818hw7rai24i1y8nqq2aqxqd938ax89ik4pfd2w3l0";
|
||||
rev = "version-${version}";
|
||||
sha256 = "0m7gc6dj816z8wyq5bdkqj7fw6rmxaah84s34ncsaispz2llva1x";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue