Unverified Commit 3e1c9ec0 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

kdiff3: 1.11.2 -> 1.11.4 (#348734)

parents 648446fc 47d10968
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,11 +14,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "kdiff3";
  version = "1.11.2";
  version = "1.11.4";

  src = fetchurl {
    url = "mirror://kde/stable/kdiff3/kdiff3-${finalAttrs.version}.tar.xz";
    hash = "sha256-kYU3dcP6qVIkaOwSPNbedGYqy21RFkdZlqyk3Cw778g=";
    hash = "sha256-rt573JqpZ1rukP0qNScFLtMbMJGNQuaQelksunzmp8M=";
  };

  nativeBuildInputs = [ extra-cmake-modules kdoctools wrapQtAppsHook ];