We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4a6b6 commit e8fe2e6Copy full SHA for e8fe2e6
1 file changed
pkgs/development/python-modules/fx2/default.nix
@@ -7,15 +7,15 @@
7
, crcmod
8
}:
9
10
-buildPythonPackage {
+buildPythonPackage rec {
11
pname = "fx2";
12
- version = "unstable-2020-01-25";
+ version = "0.9";
13
14
src = fetchFromGitHub {
15
owner = "whitequark";
16
repo = "libfx2";
17
- rev = "d3e37f640d706aac5e69ae4476f6cd1bd0cd6a4e";
18
- sha256 = "1dsyknjpgf4wjkfr64lln1lcy7qpxdx5x3qglidrcswzv9b3i4fg";
+ rev = version;
+ sha256 = "sha256-Uk+K7ym92JX4fC3PyTNxd0UvBzoNZmtbscBYjSWChuk=";
19
};
20
21
nativeBuildInputs = [ sdcc ];
0 commit comments