soapyuhd: 0.3.4 -> 0.3.5

This commit is contained in:
Markus Kowalewski 2019-02-11 23:52:51 +01:00
parent 9af4499de4
commit 62c0b21786
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -3,7 +3,7 @@
} : } :
let let
version = "0.3.4"; version = "0.3.5";
in stdenv.mkDerivation { in stdenv.mkDerivation {
name = "soapyuhd-${version}"; name = "soapyuhd-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "pothosware"; owner = "pothosware";
repo = "SoapyUHD"; repo = "SoapyUHD";
rev = "soapy-uhd-${version}"; rev = "soapy-uhd-${version}";
sha256 = "1da7cjcvfdqhgznm7x14s1h7lwz5lan1b48akw445ah1vxwvh4hl"; sha256 = "07cr4zk42d0l5g03wm7dzl5lmqr104hmzp1fdjqa1z7xq4v9c9b1";
}; };
nativeBuildInputs = [ cmake pkgconfig ]; nativeBuildInputs = [ cmake pkgconfig ];