Merge pull request #223715 from r-ryantm/auto-update/nchat

nchat: 3.17 -> 3.39
This commit is contained in:
Nikolay Korotkiy 2023-03-29 18:38:57 +04:00 committed by GitHub
commit 74213dbfdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "nchat";
version = "3.17";
version = "3.39";
src = fetchFromGitHub {
owner = "d99kris";
repo = "nchat";
rev = "v${version}";
hash = "sha256-BtWKt8paI0gCGSzLYN8x3Yp5MUpwCb2vBGcGQG2aumY=";
hash = "sha256-ZV2vpXztvBDN66OPLpO/ezLB4+/3NOOs1Eky8uXxBbc=";
};
postPatch = ''