nchat: 5.2.11 -> 5.3.5 (#360432)

This commit is contained in:
Nikolay Korotkiy 2024-11-30 22:07:03 +04:00 committed by GitHub
commit 046e35b616
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nchat";
version = "5.2.11";
version = "5.3.5";
src = fetchFromGitHub {
owner = "d99kris";
repo = "nchat";
rev = "refs/tags/v${version}";
hash = "sha256-LcTVftLKlzHstSaJjdtqoEmQ7kiqft9dbXRXoYjbaus=";
hash = "sha256-Nnu2Bk11Crk2vhvQqlDFo42duDqkNRCwDq4xCKIXwLQ=";
};
postPatch = ''