Skip to content

Commit

Permalink
Merge pull request #75112 from markuskowa/upd-welle
Browse files Browse the repository at this point in the history
welle-io: 2.0 -> 2.1
  • Loading branch information
markuskowa committed Dec 6, 2019
2 parents 7d17a24 + 215d7ec commit 88f24e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/welle-io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, faad2, rtl-sdr, soapysdr-with-plugins, libusb, fftwSinglePrec, lame, mpg123 }:
let

version = "2.0";
version = "2.1";

in mkDerivation {

Expand All @@ -14,7 +14,7 @@ in mkDerivation {
owner = "AlbrechtL";
repo = "welle.io";
rev = "v${version}";
sha256 = "0cp8dyswgwidabaj9bvkkc6hl3160096j6myckd5bw00zxnbfiqn";
sha256 = "1j63gdbd66d6rfjsxwdm2agrcww1rs4438kg7313h6zixpcc1icj";
};

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit 88f24e8

Please sign in to comment.