mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
libfx2: unstable-2019-09-23 -> unstable-2020-01-25
This commit is contained in:
parent
b514cc33aa
commit
867b31d5e1
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
pname = "fx2";
|
pname = "fx2";
|
||||||
version = "unstable-2019-09-23";
|
version = "unstable-2020-01-25";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "whitequark";
|
owner = "whitequark";
|
||||||
repo = "libfx2";
|
repo = "libfx2";
|
||||||
rev = "3adb4fc842f174b0686ed122c0309d68356edc11";
|
rev = "d3e37f640d706aac5e69ae4476f6cd1bd0cd6a4e";
|
||||||
sha256 = "0b3zp50mschsxi2v3192dmnpw32gwblyl8aswlz9a0vx1qg3ibzn";
|
sha256 = "1dsyknjpgf4wjkfr64lln1lcy7qpxdx5x3qglidrcswzv9b3i4fg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ sdcc ];
|
nativeBuildInputs = [ sdcc ];
|
||||||
|
Loading…
Reference in New Issue
Block a user