libfx2: unstable-2019-09-23 -> unstable-2020-01-25

This commit is contained in:
Emily 2020-02-08 17:54:14 +00:00 committed by Austin Seipp
parent b514cc33aa
commit 867b31d5e1

View file

@ -9,13 +9,13 @@
buildPythonPackage {
pname = "fx2";
version = "unstable-2019-09-23";
version = "unstable-2020-01-25";
src = fetchFromGitHub {
owner = "whitequark";
repo = "libfx2";
rev = "3adb4fc842f174b0686ed122c0309d68356edc11";
sha256 = "0b3zp50mschsxi2v3192dmnpw32gwblyl8aswlz9a0vx1qg3ibzn";
rev = "d3e37f640d706aac5e69ae4476f6cd1bd0cd6a4e";
sha256 = "1dsyknjpgf4wjkfr64lln1lcy7qpxdx5x3qglidrcswzv9b3i4fg";
};
nativeBuildInputs = [ sdcc ];