lol
0
fork

Configure Feed

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

python3Packages.irctokens: 2.0.0 -> 2.0.1

+2 -2
+2 -2
pkgs/development/python-modules/irctokens/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "irctokens"; 11 - version = "2.0.0"; 11 + version = "2.0.1"; 12 12 disabled = pythonOlder "3.6"; # f-strings 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "jesopo"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "0kpxn5paailm4xpdlnzxrhjrfgvvg5pp327wd8kl41a0wbqkj4zb"; 18 + sha256 = "sha256-FgcLngS11U9eBNV/8jllwdrm89tCmthA1sUaFDovk6U="; 19 19 }; 20 20 21 21 checkInputs = [ pyyaml ];