lol
0
fork

Configure Feed

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

hexio: unstable -> 1.0-RC1

+5 -4
+5 -4
pkgs/development/tools/hexio/default.nix
··· 1 - { stdenv, fetchFromGitHub, fetchurl, python, pcsclite, pth, glibc }: 1 + { stdenv, fetchFromGitHub, fetchurl, python, pcsclite, pth }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "hexio"; 5 5 name = "${pname}-${version}"; 6 - version = "201605"; 6 + version = "1.0-RC1"; 7 7 8 8 src = fetchFromGitHub { 9 9 sha256 = "08jxkdi0gjsi8s793f9kdlad0a58a0xpsaayrsnpn9bpmm5cgihq"; 10 - rev = "f6f963bd0fcd2808977e0ad82dcb3100691cdd7c"; 10 + rev = "version-${version}"; 11 11 owner = "vanrein"; 12 12 repo = "hexio"; 13 13 }; 14 14 15 - buildInputs = [ python pcsclite pth glibc ]; 15 + propagatedBuildInputs = [ python ]; 16 + buildInputs = [ pcsclite pth ]; 16 17 17 18 patchPhase = '' 18 19 substituteInPlace Makefile \