treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
This commit is contained in:
committed by
Jonathan Ringer
parent
c6afa8820b
commit
2c931312ce
@@ -7,7 +7,7 @@
|
||||
|
||||
let
|
||||
release_version = "11.0.0";
|
||||
version = "${release_version}"; # differentiating these (variables) is important for RCs
|
||||
version = release_version; # differentiating these (variables) is important for RCs
|
||||
targetConfig = stdenv.targetPlatform.config;
|
||||
|
||||
fetch = name: sha256: fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user