disfetch: more convenient way of using name/rev
This commit is contained in:
parent
1bf1d81053
commit
50ea7288a3
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchFromGitHub {
|
||||
owner = "RustemB";
|
||||
repo = "profetch";
|
||||
rev = "v0.1.6";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1clh3l50wz6mlrw9kx0wh2bbhnz6bsksyh4ngz7givv4y3g9m702";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue