Merge pull request #75112 from markuskowa/upd-welle

welle-io: 2.0 -> 2.1
This commit is contained in:
markuskowa 2019-12-06 23:34:11 +01:00 committed by GitHub
commit 88f24e842b
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, lame, mpg123 }: , faad2, rtl-sdr, soapysdr-with-plugins, libusb, fftwSinglePrec, lame, mpg123 }:
let let
version = "2.0"; version = "2.1";
in mkDerivation { in mkDerivation {
@ -14,7 +14,7 @@ in mkDerivation {
owner = "AlbrechtL"; owner = "AlbrechtL";
repo = "welle.io"; repo = "welle.io";
rev = "v${version}"; rev = "v${version}";
sha256 = "0cp8dyswgwidabaj9bvkkc6hl3160096j6myckd5bw00zxnbfiqn"; sha256 = "1j63gdbd66d6rfjsxwdm2agrcww1rs4438kg7313h6zixpcc1icj";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];