welle-io: 1.0-rc2 -> 1.0

This commit is contained in:
Markus Kowalewski 2018-11-13 23:26:42 +01:00
parent 1de9c8a023
commit 705f87d616
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

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 ];