nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

nchat: 5.7.24 -> 5.8.4

R. Ryantm 73a00a1d 7fdb86a6

+3 -3
+3 -3
pkgs/by-name/nc/nchat/package.nix
··· 15 15 }: 16 16 17 17 let 18 - version = "5.7.24"; 18 + version = "5.8.4"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "d99kris"; 22 22 repo = "nchat"; 23 23 tag = "v${version}"; 24 - hash = "sha256-qyx4LOhCFcwg2ou4QgiiolGgLs2fxfQu6gwDIeMUcb4="; 24 + hash = "sha256-PfiTIq8xomqp4ewawbX56hFgA4x5z8SI2w9husMtZPc="; 25 25 }; 26 26 27 27 libcgowm = buildGoModule { ··· 29 29 inherit version src; 30 30 31 31 sourceRoot = "${src.name}/lib/wmchat/go"; 32 - vendorHash = "sha256-LPcIfXOlkejyLlYtew26FTOl7eBGhuNxjAVrmUItkxY="; 32 + vendorHash = "sha256-HC7tJRk7Pqw3AUDEP2fGqYQLjIGf0CgB36K3PBYsBMM="; 33 33 34 34 buildPhase = '' 35 35 runHook preBuild