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

libsForQt5.qtutilities: 6.14.2 -> 6.14.3 (#339422)

parents cc78ebbf d93e56ac
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.14.2";
  version = "6.14.3";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "qtutilities";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Ugnnebts9+fUlxwjT9qpxV558PcJiHHhY5BzburR+EI=";
    hash = "sha256-WgZZEs3Fse+0+FLVO1GTkxqxzZPfJuxS7Ij/G0ACZSY=";
  };

  nativeBuildInputs = [