Unverified Commit e594620b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

nchat: 5.3.5 -> 5.4.2 (#368821)

parents 3e46a15f 8d16a352
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "nchat";
  version = "5.3.5";
  version = "5.4.2";

  src = fetchFromGitHub {
    owner = "d99kris";
    repo = "nchat";
    rev = "refs/tags/v${version}";
    hash = "sha256-Nnu2Bk11Crk2vhvQqlDFo42duDqkNRCwDq4xCKIXwLQ=";
    hash = "sha256-NrAU47GA7ZASJ7vCo1S8nyGBpfsZn4EBBqx2c4HKx7k=";
  };

  postPatch = ''