switch to upstream
This commit is contained in:
parent
a25ffd22e1
commit
50841629e9
|
@ -11,18 +11,16 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "93cb4a4f1ddecdd1d4a727dea07a53b19a5c3421";
|
rev = "ee19e4da1ce73b50218b8a8ac026b04b9fd44138";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnunet-${rev}";
|
name = "gnunet-${rev}";
|
||||||
|
|
||||||
src = /home/christian/projects/gnunet-dev;
|
src = fetchgit {
|
||||||
#src = fetchgit {
|
url = https://git.gnunet.org/gnunet.git;
|
||||||
# #url = https://gnunet.org/git/gnunet.git;
|
inherit rev;
|
||||||
# url = https://ulrich.earth/code/gnunet;
|
sha256 = "144l374d2ng4icsxilmimms5db0xwhbq6aqihk8844izgdbg3awf";
|
||||||
# inherit rev;
|
};
|
||||||
# sha256 = "1qgqw0gl3zwpl2pzdgfl6wdzsw5ild4qldf1cvfki7s3hki3myyf";
|
|
||||||
#};
|
|
||||||
|
|
||||||
phases = [
|
phases = [
|
||||||
"unpackPhase" "preConfigure" "configurePhase" "buildPhase" "installPhase"
|
"unpackPhase" "preConfigure" "configurePhase" "buildPhase" "installPhase"
|
||||||
|
|
Loading…
Reference in New Issue