nchat: 5.3.5 -> 5.4.2 (#368821)

This commit is contained in:
Nikolay Korotkiy
2024-12-28 21:04:57 +04:00
committed by GitHub
+2 -2
View File
@@ -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 = ''