Unverified Commit 7e2cff87 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #254680 from r-ryantm/auto-update/libsForQt5.qtutilities

libsForQt5.qtutilities: 6.13.0 -> 6.13.1
parents 225886d8 968efb72
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 ];