update rev
This commit is contained in:
parent
f083bd1a8b
commit
9ebeb0af1f
|
@ -12,7 +12,7 @@
|
|||
with stdenv.lib;
|
||||
|
||||
let
|
||||
rev = "15a6e733df682b173bfb54a752a177da5b50bf9d";
|
||||
rev = "632e6ae7f67aaa75369a1278e4fa5256982bc372";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnunet-${rev}";
|
||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||
#url = https://gnunet.org/git/gnunet.git;
|
||||
url = https://ulrich.earth/code/gnunet;
|
||||
inherit rev;
|
||||
sha256 = "1pzcvn08dimlyw64d00p9d3k5isgilqfcq4n9hxcg09xsi3wy5vm";
|
||||
sha256 = "18xiqssgjkhvlhhc0npgjyglw84pghin9k5r0399kbirig21xvv8";
|
||||
};
|
||||
|
||||
phases = [
|
||||
|
|
Loading…
Reference in New Issue