Merge pull request #127602 from edef1c/libfx2-src

This commit is contained in:
Doron Behar 2021-08-07 19:12:37 +00:00 committed by GitHub
commit 9f7b4f59a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "whitequark";
repo = "libfx2";
rev = version;
rev = "v${version}";
sha256 = "sha256-Uk+K7ym92JX4fC3PyTNxd0UvBzoNZmtbscBYjSWChuk=";
};