treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
This commit is contained in:
committed by
Jonathan Ringer
parent
c6afa8820b
commit
2c931312ce
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
src = fetchFromGitLab {
|
||||
owner = "mojo42";
|
||||
repo = "Jirafeau";
|
||||
rev = "${version}";
|
||||
rev = version;
|
||||
sha256 = "09gq5zhynygpqj0skq7ifnn9yjjg7qnc6kjvaas7f53av2707z4c";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user