Merge pull request #152928 from JoshuaFern/vpk_update

pythonPackages.vpk: 1.3.3 -> 1.4.0
This commit is contained in:
Bobby Rong 2021-12-31 20:57:47 +08:00 committed by GitHub
commit 3589a8ef3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "vpk";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
owner = "ValvePython";
repo = "vpk";
rev = "v${version}";
hash = "sha256-kFKu4fuclanMdlfA/2ZccglM7rSzaq9BbbSaKuIN+Pk=";
hash = "sha256-SPkPb8kveAR2cN9kd2plS+TjmBYBCfa6pJ0c22l69M0=";
};
checkInputs = [