cutecom: fix build with Qt5.15

Used a dangling commit on upstream master branch as it was not released
and the patch was submitted to opensuse instead of upstream
This commit is contained in:
freezeboy 2020-11-07 12:32:26 +01:00
parent be86d67202
commit cec5b4d18b
2 changed files with 4 additions and 4 deletions

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "cutecom";
version = "0.51.0";
version = "0.51.0+patch";
src = fetchFromGitLab {
owner = "cutecom";
repo = "cutecom";
rev = "v${version}";
sha256 = "1zprabjs4z26hsb64fc3k790aiiqiz9d88j666xrzi4983m1bfv8";
rev = "70d0c497acf8f298374052b2956bcf142ed5f6ca";
sha256 = "X8jeESt+x5PxK3rTNC1h1Tpvue2WH09QRnG2g1eMoEE=";
};
preConfigure = ''

View file

@ -20521,7 +20521,7 @@ in
curseradio = callPackage ../applications/audio/curseradio { };
cutecom = libsForQt514.callPackage ../tools/misc/cutecom { };
cutecom = libsForQt5.callPackage ../tools/misc/cutecom { };
cvs = callPackage ../applications/version-management/cvs { };