moddb: 0.8.1 -> 0.9.0

This commit is contained in:
Yureka
2023-10-21 13:26:23 +02:00
parent 1c4183d88a
commit 02244441bd
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "moddb";
version = "0.8.1";
version = "0.9.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "ClementJ18";
repo = "moddb";
rev = "v${version}";
hash = "sha256-Pl/Wc0CL31+ZLFfy6yUfrZzsECifnEpWVGRHZVaFWG4=";
hash = "sha256-2t5QQAmSLOrdNCl0XdsFPdP2UF10/qq69DovqeQ1Vt8=";
};
nativeBuildInputs = [