twister: switch to fetchFromGitHub

This commit is contained in:
Felix Buehler 2022-03-29 13:07:08 +02:00
parent 1913519071
commit 2612a06b21

View File

@ -1,15 +1,15 @@
{ lib, stdenv, fetchFromGitHub, fetchpatch, autoconf, automake, libtool, pkg-config, python2 { lib, stdenv, fetchFromGitHub, fetchpatch, autoconf, automake, libtool, pkg-config, python2
, boost, db, openssl, geoip, libiconv, miniupnpc , boost, db, openssl, geoip, libiconv, miniupnpc, srcOnly
, srcOnly, fetchgit
}: }:
let let
twisterHTML = srcOnly { twisterHTML = srcOnly {
name = "twister-html"; name = "twister-html";
src = fetchgit { src = fetchFromGitHub {
url = "https://github.com/miguelfreitas/twister-html.git"; owner = "miguelfreitas";
repo = "twister-html";
rev = "01e7f7ca9b7e42ed90f91bc42da2c909ca5c0b9b"; rev = "01e7f7ca9b7e42ed90f91bc42da2c909ca5c0b9b";
sha256 = "0scjbin6s1kmi0bqq0dx0qyjw4n5xgmj567n0156i39f9h0dabqy"; sha256 = "sha256-Hi/VAEwujWhKAPaYIuvrxRIuPQa9AYwXiHUGbWxckmk=";
}; };
}; };