libsForQt5.qca-qt5: touchup to use pname/version

Helps update script :).
This commit is contained in:
Will Dietz 2019-04-22 14:42:14 -05:00
parent b0fea1dc9c
commit 58c4dc40b3

View File

@ -1,10 +1,11 @@
{ stdenv, fetchurl, cmake, openssl, pkgconfig, qtbase }:
stdenv.mkDerivation rec {
name = "qca-qt5-2.1.3";
pname = "qca-qt5";
version = "2.1.3";
src = fetchurl {
url = "http://download.kde.org/stable/qca/2.1.3/src/qca-2.1.3.tar.xz";
url = "http://download.kde.org/stable/qca/${version}/src/qca-${version}.tar.xz";
sha256 = "0lz3n652z208daxypdcxiybl0a9fnn6ida0q7fh5f42269mdhgq0";
};