Commit 968efb72 authored by R. RyanTM's avatar R. RyanTM
Browse files

libsForQt5.qtutilities: 6.13.0 -> 6.13.1

parent d0a5c478
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.13.0";
  version = "6.13.1";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-gfGVVjtzpBGrPrp2k3fOIh54EAMSicyikF1CtaO74y8=";
    hash = "sha256-ic1Xnle1fGZ5elf0yH0BF+3spAmIo9kP62WhXLmBVNc=";
  };

  buildInputs = [ qtbase cpp-utilities ];