From cec5b4d18b61b4f1a78c3f624ff926eda8c4470e Mon Sep 17 00:00:00 2001 From: freezeboy Date: Sat, 7 Nov 2020 12:32:26 +0100 Subject: 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 --- pkgs/tools/misc/cutecom/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/tools/misc/cutecom') diff --git a/pkgs/tools/misc/cutecom/default.nix b/pkgs/tools/misc/cutecom/default.nix index d825b555e19..e109b12f287 100644 --- a/pkgs/tools/misc/cutecom/default.nix +++ b/pkgs/tools/misc/cutecom/default.nix @@ -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 = '' -- cgit 1.4.1