treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
This commit is contained in:
committed by
Jonathan Ringer
parent
c6afa8820b
commit
2c931312ce
@@ -30,7 +30,7 @@ let
|
||||
src = fetchFromBitbucket {
|
||||
owner = "multicoreware";
|
||||
repo = "x265_git";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "1jzgv2hxhcwmsdf6sbgyzm88a46dp09ll1fqj92g9vckvh9a7dsn";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user