Merge pull request #544 from bjornfor/ninja
ninja: include package name in source archive path
This commit is contained in:
commit
677090cad9
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "1.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
name = "${name}.zip";
|
||||
url = "https://github.com/martine/ninja/archive/v${version}.zip";
|
||||
sha256 = "15ynh806ah37bqb57hcs3mj2g82900sncp6n3bssfggb4azgjlh3";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue