gradio: 6.0.2 -> 7.0
Upstream release notes: https://github.com/haecker-felix/gradio/releases/tag/v7.0
This commit is contained in:
parent
cf52f8e7e5
commit
91ce2bf371
|
@ -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 = "6.0.2";
|
version = "7.0";
|
||||||
|
|
||||||
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 = "05hg26yr7splgpkl8wjxcsdks9sm1is3hcnp7f5mjnp2ch0nn57s";
|
sha256 = "0kn08k5dv7yh29ksywcpl6ifrp3p8zzk3p3hkbhzc8fpx84jn7r9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue