Merge pull request #34323 from samdroid-apps/gradio-7.1

gradio: 7.0-> 7.1
This commit is contained in:
adisbladis 2018-01-28 10:15:54 +08:00 committed by GitHub
commit eacd789ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
, gst_plugins ? with gst_all_1; [ gst-plugins-good gst-plugins-ugly ] , gst_plugins ? with gst_all_1; [ gst-plugins-good gst-plugins-ugly ]
}: }:
let let
version = "7.0"; version = "7.1";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "gradio-${version}"; name = "gradio-${version}";
@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
owner = "haecker-felix"; owner = "haecker-felix";
repo = "gradio"; repo = "gradio";
rev = "v${version}"; rev = "v${version}";
sha256 = "0kn08k5dv7yh29ksywcpl6ifrp3p8zzk3p3hkbhzc8fpx84jn7r9"; sha256 = "0x0hmcjvpgvsm64ywcc71srlwqybfhadn5nkwycq0lh7r49d89kx";
}; };
nativeBuildInputs = [ nativeBuildInputs = [