Commit 9d2f0aff authored by Doron Behar's avatar Doron Behar
Browse files

libsForQt5.qtutilities: 6.8.0 -> 6.10.0

parent 54511498
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "qtutilities";
  version = "6.8.0";
  version = "6.10.0";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-I8VvVGlz6rQLWd7Fq0q58VFFj+EHGiwkayam2Cj3aJQ=";
    hash = "sha256-xMuiizhOeS2UtD5OprLZb1MsjGyLd85SHcfW9Wja7tg=";
  };

  buildInputs = [ qtbase cpp-utilities ];