Unverified Commit b2c56b95 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

pipeline: 2.0.3 -> 2.1.0 (#364514)

parents 71a6392e 29e21a8d
Loading
Loading
Loading
Loading
+0 −2646

File deleted.

Preview size limit exceeded, changes collapsed.

+7 −9
Original line number Diff line number Diff line
@@ -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"
  ];