gst_all_1.gstreamer: 1.22.8 -> 1.22.9
This commit is contained in:
parent
1ab54f84dc
commit
0436c773c0
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gstreamer";
|
||||
version = "1.22.8";
|
||||
version = "1.22.9";
|
||||
|
||||
outputs = [
|
||||
"bin"
|
||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
inherit (finalAttrs) pname version;
|
||||
in fetchurl {
|
||||
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-rU49sXcRObHbF7Gvp8BdsIOuAQC9TaJEtx8WLczkG/w=";
|
||||
hash = "sha256-HnEk00fozcgPCOwdNwwgG+UTACrxECuyDoPFJ5y0jr0=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
|
Loading…
Reference in a new issue