summary refs log tree commit diff
path: root/pkgs/tools/misc/cutecom
diff options
context:
space:
mode:
authorfreezeboy <freezeboy@users.noreply.github.com>2020-11-07 12:32:26 +0100
committerfreezeboy <freezeboy@users.noreply.github.com>2020-11-20 22:24:25 +0100
commitcec5b4d18b61b4f1a78c3f624ff926eda8c4470e (patch)
tree8fa0a15206984224cde911575b10777aaaf77d23 /pkgs/tools/misc/cutecom
parentbe86d67202bc9b02a3639eab7a8f36846f146cba (diff)
downloadnixpkgs-cec5b4d18b61b4f1a78c3f624ff926eda8c4470e.tar
nixpkgs-cec5b4d18b61b4f1a78c3f624ff926eda8c4470e.tar.gz
nixpkgs-cec5b4d18b61b4f1a78c3f624ff926eda8c4470e.tar.bz2
nixpkgs-cec5b4d18b61b4f1a78c3f624ff926eda8c4470e.tar.lz
nixpkgs-cec5b4d18b61b4f1a78c3f624ff926eda8c4470e.tar.xz
nixpkgs-cec5b4d18b61b4f1a78c3f624ff926eda8c4470e.tar.zst
nixpkgs-cec5b4d18b61b4f1a78c3f624ff926eda8c4470e.zip
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
Diffstat (limited to 'pkgs/tools/misc/cutecom')
-rw-r--r--pkgs/tools/misc/cutecom/default.nix6
1 files changed, 3 insertions, 3 deletions
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 = ''