mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-21 08:59:20 +03:00
treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
This commit is contained in:
parent
c6afa8820b
commit
2c931312ce
86 changed files with 148 additions and 134 deletions
|
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jimfunk";
|
||||
repo = "${pname}";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1rrh38f3zl3jk5ijs6g75dxxvxygf4lczbgc7ahrgzf58g4a48lm";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue