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

libsForQt5.qtutilities: 6.18.2 -> 6.18.3 (#458684)

parents 31fea270 5f88e820
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "qtutilities";
  version = "6.18.2";
  version = "6.18.3";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "qtutilities";
    rev = "v${finalAttrs.version}";
    hash = "sha256-SwKXON16a9qmI+FrTA1OH0zIqf5rfAWbGOhCpCIHgr4=";
    hash = "sha256-x9el1oUyl2xrpehhR9uuexVBErSWudPB56ZpU91zZew=";
  };

  nativeBuildInputs = [