Commit d93e56ac authored by R. RyanTM's avatar R. RyanTM
Browse files

libsForQt5.qtutilities: 6.14.2 -> 6.14.3

parent eadea83a
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 = [