Unverified Commit 73326624 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

converseen: 0.15.0.3 -> 0.15.1.0 (#454943)

parents b8c4006d fc049b4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "converseen";
  version = "0.15.0.3";
  version = "0.15.1.0";

  src = fetchFromGitHub {
    owner = "Faster3ck";
    repo = "Converseen";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZC7D+0tonAIkbDaoqw+RarIVuNcDQe410JrfC2kG+B8=";
    hash = "sha256-loWwwleiBgwV/6t33HgIqEHU9y/pqyocmwBn0Qg01RY=";
  };

  strictDeps = true;