Skip to content

Commit 67f3c2a

Browse files
committed
nchat: 5.2.11 -> 5.3.5
1 parent dfd6a4a commit 67f3c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/nc/nchat/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515

1616
stdenv.mkDerivation rec {
1717
pname = "nchat";
18-
version = "5.2.11";
18+
version = "5.3.5";
1919

2020
src = fetchFromGitHub {
2121
owner = "d99kris";
2222
repo = "nchat";
2323
rev = "refs/tags/v${version}";
24-
hash = "sha256-LcTVftLKlzHstSaJjdtqoEmQ7kiqft9dbXRXoYjbaus=";
24+
hash = "sha256-Nnu2Bk11Crk2vhvQqlDFo42duDqkNRCwDq4xCKIXwLQ=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)