Merge pull request #128187 from fabaff/bump-mcstatus

python3Packages.mcstatus: 6.1.0 -> 6.1.2

authored by Sandro and committed by GitHub 52239d88 875a104e

+2 -2
+2 -2
pkgs/development/python-modules/mcstatus/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "mcstatus"; 16 - version = "6.1.0"; 16 + version = "6.1.2"; 17 17 disabled = pythonOlder "3.6"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "Dinnerbone"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - sha256 = "068dc2ilw1kkvw394vqhqgkia5smnvzaca5zbdd2xyl3nch3rk4x"; 23 + sha256 = "sha256-RSxysVIP/niQh8WRSk6Z9TSz/W97PkPYIR0NXIZfAbQ="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [