lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

ndowens 5f76147f 61785c55

+3 -3
+3 -3
pkgs/tools/networking/horst/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "horst-${version}"; 5 - version = "git-2016-03-15"; 5 + version = "5.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "br101"; 9 9 repo = "horst"; 10 - rev = "9d5c2f387607ac1c174b59497557b8985cdb788b"; 11 - sha256 = "0a4ixc9xbc818hw7rai24i1y8nqq2aqxqd938ax89ik4pfd2w3l0"; 10 + rev = "version-${version}"; 11 + sha256 = "0m7gc6dj816z8wyq5bdkqj7fw6rmxaah84s34ncsaispz2llva1x"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkgconfig ];