libfx2: fix git ref
cache.nixos.org has the actual source cached, so this didn't impact builds for anyone using that cache. edef@jaguar ~/s/nixpkgs> nix eval -I nixpkgs=. nixpkgs.pythonPackages.fx2.src.urls [ "https://github.com/whitequark/libfx2/archive/0.9.tar.gz" ] edef@jaguar ~/s/nixpkgs> curl -L https://github.com/whitequark/libfx2/archive/0.9.tar.gz 404: Not Found
This commit is contained in:
parent
39717cb99f
commit
6f9e8ba1e4
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "whitequark";
|
||||
repo = "libfx2";
|
||||
rev = version;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-Uk+K7ym92JX4fC3PyTNxd0UvBzoNZmtbscBYjSWChuk=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user