python3.pkgs.fx2: 0.11 -> 2023-09-20: bump

Required by latest glasgow version
This commit is contained in:
Robert Gerus 2023-09-20 23:11:36 +02:00 committed by Austin Seipp
parent 7964742d22
commit 2d69907ac8

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "fx2";
version = "0.11";
version = "unstable-2023-09-20";
src = fetchFromGitHub {
owner = "whitequark";
repo = "libfx2";
rev = "v${version}";
hash = "sha256-uJpXsUMFqJY7mjj1rtfc0XWEfNDxO1xXobgBDGFHnp4=";
rev = "73fa811818d56a86b82c12e07327946aeddd2b3e";
hash = "sha256-AGQPOVTdaUCUeVVNQTBmoNvz5CGxcBOK7+oL+X8AcIw=";
};
nativeBuildInputs = [ sdcc ];