gst_all_1.gst-plugins-base: 1.14.0 -> 1.14.2
This commit is contained in:
parent
cc1b9b408e
commit
a29e9edfc0
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
|||
, enableCdparanoia ? (!stdenv.isDarwin), cdparanoia }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gst-plugins-base-1.14.0";
|
||||
name = "gst-plugins-base-${version}";
|
||||
version = "1.14.2";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Base plugins and helper libraries";
|
||||
|
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "${meta.homepage}/src/gst-plugins-base/${name}.tar.xz";
|
||||
sha256 = "0h39bcp7fcd9kgb189lxr8l0hm0almvzpzgpdh1jpq2nzxh4d43y";
|
||||
sha256 = "0z0wy0p0nxxqhsis3n517d6ykldm02g7rca9fhq9kxb9m05yidx4";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
|
Loading…
Reference in a new issue