libsForQt5.qca-qt5: touchup to use pname/version
Helps update script :).
This commit is contained in:
parent
b0fea1dc9c
commit
58c4dc40b3
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
{ stdenv, fetchurl, cmake, openssl, pkgconfig, qtbase }:
|
{ stdenv, fetchurl, cmake, openssl, pkgconfig, qtbase }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qca-qt5-2.1.3";
|
pname = "qca-qt5";
|
||||||
|
version = "2.1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
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";
|
sha256 = "0lz3n652z208daxypdcxiybl0a9fnn6ida0q7fh5f42269mdhgq0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue