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

libsForQt5.qtutilities: 6.18.1 -> 6.18.2 (#446496)

parents b9c21ae4 ac6b3163
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.1";
  version = "6.18.2";

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

  nativeBuildInputs = [