Commit 2b194563 authored by R. RyanTM's avatar R. RyanTM
Browse files

libsForQt5.qtutilities: 6.13.4 -> 6.13.5

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

stdenv.mkDerivation (finalAttrs: {
  pname = "qtutilities";
  version = "6.13.4";
  version = "6.13.5";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "qtutilities";
    rev = "v${finalAttrs.version}";
    hash = "sha256-AlDPu2mD2OrjBq3tUxQBAoqD32L9MiSjcUNGWzpj/xc=";
    hash = "sha256-ZPfyJAQHtE5ae/X9f8s/69UNiB4CnyACPLvYp8RgpKg=";
  };

  nativeBuildInputs = [