gst_all_1: pname-ification

This commit is contained in:
Will Dietz
2019-10-02 11:59:16 -05:00
committed by Jan Tojnar
parent c64e9dadfe
commit 1f6d0f00a0
10 changed files with 11 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
};
src = fetchurl {
url = "${meta.homepage}/src/gst-plugins-good/${pname}-${version}.tar.xz";
url = "${meta.homepage}/src/${pname}/${pname}-${version}.tar.xz";
sha256 = "1zdhif1mhf0ihkjpjyrh65g2iz2cawkjjb3h5w8h9ml06grxwjk5";
};