pipeline: 2.0.3 -> 2.1.0 (#364514)

This commit is contained in:
kirillrdy
2024-12-14 07:01:40 +09:00
committed by GitHub
2 changed files with 7 additions and 2655 deletions
-2646
View File
File diff suppressed because it is too large Load Diff
+7 -9
View File
@@ -18,6 +18,7 @@
blueprint-compiler,
sqlite,
clapper,
gettext,
gst_all_1,
gtuber,
glib-networking,
@@ -29,22 +30,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pipeline";
version = "2.0.3";
version = "2.1.0";
src = fetchFromGitLab {
owner = "schmiddi-on-mobile";
repo = "pipeline";
rev = "v${finalAttrs.version}";
hash = "sha256-1HNhcWNJsWik58Ho3+y4cHRRpHDug1zfumrMZA836DI=";
hash = "sha256-jAwVJjRU/Fq386XW4eQhiAe4IQUtQuYp35J2KSUNogY=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"clapper-0.1.0" = "sha256-IFFqfSq2OpzfopQXSYfnJ68HGLY+rvcLqk7NTdDd+28=";
"piped-openapi-sdk-1.0.0" = "sha256-UFzMYYqCzO6KyJvjvK/hBJtz3FOuSC2gWjKp72WFEGk=";
"pipeline-api-0.1.0" = "sha256-h094ZAJOqX9QC1EUAtzIVztudhndXglkYLcFbH/mpqQ=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
hash = "sha256-VGWt7t5r0cDrO2WXpBqYM15HDfSRQ2MbSUWzdfU9JjA=";
};
nativeBuildInputs = [
@@ -73,6 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
gst_all_1.gst-plugins-base
(gst_all_1.gst-plugins-good.override { gtkSupport = true; })
gst_all_1.gst-plugins-bad
gettext
gtuber
glib-networking # For GIO_EXTRA_MODULES. Fixes "TLS support is not available"
];