gst_all_1.gst-plugins-rs: 0.10.9 -> 0.10.10

This commit is contained in:
Lily Foster 2023-07-08 10:36:35 +00:00
parent 3c7487575d
commit 958792414e
No known key found for this signature in database
GPG Key ID: 49340081E484C893
2 changed files with 387 additions and 457 deletions

File diff suppressed because it is too large Load Diff

View File

@ -130,7 +130,7 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gst-plugins-rs"; pname = "gst-plugins-rs";
version = "0.10.9"; version = "0.10.10";
outputs = [ "out" "dev" ]; outputs = [ "out" "dev" ];
@ -139,7 +139,7 @@ stdenv.mkDerivation rec {
owner = "gstreamer"; owner = "gstreamer";
repo = "gst-plugins-rs"; repo = "gst-plugins-rs";
rev = version; rev = version;
hash = "sha256-pUvcPazg6/SsD7sqML2tb+ZVWDqO1MRIcj3CQioePZY="; hash = "sha256-ZsE1Pz2N0XSQFDyIeEUg9+eFN94mdSmge2Tvw57RLZ4=";
# TODO: temporary workaround for case-insensitivity problems with color-name crate - https://github.com/annymosse/color-name/pull/2 # TODO: temporary workaround for case-insensitivity problems with color-name crate - https://github.com/annymosse/color-name/pull/2
postFetch = '' postFetch = ''
sedSearch="$(cat <<\EOF | sed -ze 's/\n/\\n/g' sedSearch="$(cat <<\EOF | sed -ze 's/\n/\\n/g'
@ -169,7 +169,7 @@ stdenv.mkDerivation rec {
"ffv1-0.0.0" = "sha256-af2VD00tMf/hkfvrtGrHTjVJqbl+VVpLaR0Ry+2niJE="; "ffv1-0.0.0" = "sha256-af2VD00tMf/hkfvrtGrHTjVJqbl+VVpLaR0Ry+2niJE=";
"flavors-0.2.0" = "sha256-zBa0X75lXnASDBam9Kk6w7K7xuH9fP6rmjWZBUB5hxk="; "flavors-0.2.0" = "sha256-zBa0X75lXnASDBam9Kk6w7K7xuH9fP6rmjWZBUB5hxk=";
"gdk4-0.6.6" = "sha256-1WPXxsZJoYEQxVuP/CSpGs2XEZSJD//JJz4Ka2hxXHM="; "gdk4-0.6.6" = "sha256-1WPXxsZJoYEQxVuP/CSpGs2XEZSJD//JJz4Ka2hxXHM=";
"gstreamer-0.20.6" = "sha256-nG+4nak0l1j29S5rddrMu38lfFq12Bjw16uaj61QiQs="; "gstreamer-0.20.7" = "sha256-o4o4mPFAZOshNNkCkykjG/b+UtT2z6TNLOEzJsfs+Mk=";
}; };
}; };