python3.pkgs.fx2: unstable-2023-09-20 -> 0.13

This commit is contained in:
Adrian Pistol 2024-01-26 22:38:37 +01:00
parent 99d7b32e4c
commit 7929cc1089

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "fx2";
version = "unstable-2023-09-20";
version = "0.13";
format = "setuptools";
src = fetchFromGitHub {
owner = "whitequark";
repo = "libfx2";
rev = "73fa811818d56a86b82c12e07327946aeddd2b3e";
hash = "sha256-AGQPOVTdaUCUeVVNQTBmoNvz5CGxcBOK7+oL+X8AcIw=";
rev = "v${version}";
hash = "sha256-PtWxjT+97+EeNMN36zOT1+ost/w3lRRkaON3Cl3dpp4=";
};
nativeBuildInputs = [ sdcc ];