Skip to content

Commit e8fe2e6

Browse files
committed
python3Packages.fx2: unstable-2020-01-25 -> 0.9
1 parent dd4a6b6 commit e8fe2e6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/development/python-modules/fx2/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
, crcmod
88
}:
99

10-
buildPythonPackage {
10+
buildPythonPackage rec {
1111
pname = "fx2";
12-
version = "unstable-2020-01-25";
12+
version = "0.9";
1313

1414
src = fetchFromGitHub {
1515
owner = "whitequark";
1616
repo = "libfx2";
17-
rev = "d3e37f640d706aac5e69ae4476f6cd1bd0cd6a4e";
18-
sha256 = "1dsyknjpgf4wjkfr64lln1lcy7qpxdx5x3qglidrcswzv9b3i4fg";
17+
rev = version;
18+
sha256 = "sha256-Uk+K7ym92JX4fC3PyTNxd0UvBzoNZmtbscBYjSWChuk=";
1919
};
2020

2121
nativeBuildInputs = [ sdcc ];

0 commit comments

Comments
 (0)