tracefilesim: replace fetchgit with fetchFromGitHub
This commit is contained in:
parent
936168eee5
commit
ad3dacc432
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
{ lib, stdenv, fetchgit }:
|
||||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
name = "tracefilesim-2015-11-07";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/GarCoSim/TraceFileSim.git";
|
||||
src = fetchFromGitHub {
|
||||
owner = "GarCoSim";
|
||||
repo = "TraceFileSim";
|
||||
rev = "368aa6b1d6560e7ecbd16fca47000c8f528f3da2";
|
||||
sha256 = "156m92k38ap4bzidbr8dzl065rni8lrib71ih88myk9z5y1x5nxm";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue