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
+2 -2
View File
@@ -16,7 +16,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.1"; version = "7.2";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "gradio-${version}"; name = "gradio-${version}";
@@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
owner = "haecker-felix"; owner = "haecker-felix";
repo = "gradio"; repo = "gradio";
rev = "v${version}"; rev = "v${version}";
sha256 = "0x0hmcjvpgvsm64ywcc71srlwqybfhadn5nkwycq0lh7r49d89kx"; sha256 = "0c4vlrfl0ljkiwarpwa8wcfmmihh6a5j4pi4yr0qshyl9xxvxiv3";
}; };
nativeBuildInputs = [ nativeBuildInputs = [