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

textcompare: 0.1.4 -> 0.1.5

parent d7c80957
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.4";
  version = "0.1.5";

  src = fetchFromGitHub {
    owner = "josephmawa";
    repo = "TextCompare";
    tag = "v${finalAttrs.version}";
    hash = "sha256-NTHxFn67tVxVXnkwo3T4X25RH4LMwgp/ZopGKmif4rs=";
    hash = "sha256-PFQbaztaRErXHVLErVE/bBAsItNfp3DSbfx83omB04g=";
  };

  strictDeps = true;