gnuradio-ais: Fix Volk library search issue. Fix incorrect version date.

- Issue fixed in my PR (bistromath/gr-ais@8502d02)
- The commit date of the original src is "2015-12-20" not "2016-08-26" (version hasn't changed)

+4 -3
+4 -3
pkgs/applications/misc/gnuradio-ais/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 name = "gnuradio-ais-${version}"; 10 - version = "2016-08-26"; 11 12 src = fetchFromGitHub { 13 owner = "bistromath"; 14 repo = "gr-ais"; 15 - rev = "1863d1bf8a7709a8dfedb3ddb8e2b99112e7c872"; 16 - sha256 = "1vl3kk8xr2mh5lf31zdld7yzmwywqffffah8iblxdzblgsdwxfl6"; 17 }; 18 19 nativeBuildInputs = [ pkgconfig ];
··· 7 8 stdenv.mkDerivation rec { 9 name = "gnuradio-ais-${version}"; 10 + version = "2015-12-20"; 11 12 src = fetchFromGitHub { 13 owner = "bistromath"; 14 repo = "gr-ais"; 15 + # Upstream PR: https://github.com/bistromath/gr-ais/commit/8502d0252a2a1a9b8d1a71795eaeb5d820684054 16 + "rev" = "8502d0252a2a1a9b8d1a71795eaeb5d820684054"; 17 + "sha256" = "1b9j0kc74cw12a7jv4lii77dgzqzg2s8ndzp4xmisxksgva1qfvh"; 18 }; 19 20 nativeBuildInputs = [ pkgconfig ];