lol

commix: 3.5 -> 3.6

+2 -2
+2 -2
pkgs/tools/security/commix/default.nix
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "commix"; 8 - version = "3.5"; 9 format = "setuptools"; 10 11 src = fetchFromGitHub { 12 owner = "commixproject"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-3UCHTgIW7ArXQD0Kj5XwE1I5VszsueXDJ68QWdQrAho="; 16 }; 17 18 # Project has no tests
··· 5 6 python3.pkgs.buildPythonApplication rec { 7 pname = "commix"; 8 + version = "3.6"; 9 format = "setuptools"; 10 11 src = fetchFromGitHub { 12 owner = "commixproject"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-QdhJp7oUqOY8Z36haIrHgP4hVGaFXlOxNVg1ams7uhg="; 16 }; 17 18 # Project has no tests