Merge pull request #81267 from dtzWill/update/fx_cast_bridge-0.0.6

fx_cast_bridge: 0.0.5 -> 0.0.6
This commit is contained in:
Domen Kožar 2020-02-28 08:47:26 +01:00 committed by GitHub
commit 7049c0475d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fx_cast_bridge";
version = "0.0.5";
version = "0.0.6";
src = fetchurl {
url = "https://github.com/hensm/fx_cast/releases/download/v${version}/${pname}-${version}-x64.deb";
sha256 = "1qmp1d7miq7c2q8i4bhfp5ywxdngvyi7rjl6i82is2g5nhr7gbvv";
sha256 = "1mjpwd27b0cpigz4cc2mdl97d78rj5ikn2bqfdic50lqjciaqi1b";
};
nativeBuildInputs = [ dpkg ];