Unverified Commit 7b9fd55c authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

textcompare: 0.1.6 -> 0.1.7 (#459018)

parents 03cac939 b0492129
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "textcompare";
  version = "0.1.6";
  version = "0.1.7";

  src = fetchFromGitHub {
    owner = "josephmawa";
    repo = "TextCompare";
    tag = "v${finalAttrs.version}";
    hash = "sha256-KWW83866dZRpuJzzYwk2X1/6OoD4gPnm2LD6IlP3fps=";
    hash = "sha256-d+P5Vf1WQCNCTXUl6yK2dYp8HhwTj1Wjf8puFKHuFtw=";
  };

  strictDeps = true;