Merge pull request #50332 from markuskowa/upd-wellio

welle-io: 1.0-rc2 -> 1.0
This commit is contained in:
Jörg Thalheim 2018-11-13 22:59:18 +00:00 committed by GitHub
commit 535dbb8a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
, faad2, rtl-sdr, soapysdr-with-plugins, libusb, fftwSinglePrec }: , faad2, rtl-sdr, soapysdr-with-plugins, libusb, fftwSinglePrec }:
let let
version = "1.0-rc2"; version = "1.0";
in stdenv.mkDerivation { in stdenv.mkDerivation {
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
owner = "AlbrechtL"; owner = "AlbrechtL";
repo = "welle.io"; repo = "welle.io";
rev = "V${version}"; rev = "V${version}";
sha256 = "01x4ldq6lvmdrmxi857594nj9xpn2h7848vvf3f54sh1zrawn4k4"; sha256 = "1fsr0c2w16z45mcr85sqmllw1xf2gn6hp6f6fmgx2zfprq8gdmcr";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];