Merge pull request #50103 from r-ryantm/auto-update/gradio

gradio: 7.1 -> 7.2
This commit is contained in:
markuskowa 2018-11-10 11:21:48 +01:00 committed by GitHub
commit 1805724a5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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