mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
horst: 2015-07-22 -> 2016-03-15
This commit is contained in:
parent
6c05554b85
commit
fbdcbaf25c
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "horst-${version}";
|
||||
version = "git-2015-07-22";
|
||||
version = "git-2016-03-15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "br101";
|
||||
repo = "horst";
|
||||
rev = "b62fc20b98690061522a431cb278d989e21141d8";
|
||||
sha256 = "176yma8v2bsab2ypgmgzvjg0bsbnk9sga3xpwkx33mwm6q79kd6g";
|
||||
rev = "9d5c2f387607ac1c174b59497557b8985cdb788b";
|
||||
sha256 = "0a4ixc9xbc818hw7rai24i1y8nqq2aqxqd938ax89ik4pfd2w3l0";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue