mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
Updating gnunet 0.9 svn version, although it brings little or nothing new I had noticed.
svn path=/nixpkgs/trunk/; revision=29436
This commit is contained in:
parent
234a58870a
commit
d7d6755654
@ -8,7 +8,7 @@
|
||||
assert gtkSupport -> (gtk != null) && (libglade != null);
|
||||
|
||||
let
|
||||
rev = "16910";
|
||||
rev = "17000";
|
||||
version = "0.9-svn-${rev}";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
@ -16,7 +16,7 @@ in
|
||||
|
||||
src = fetchsvn {
|
||||
url = "https://gnunet.org/svn/gnunet";
|
||||
sha256 = "1jxvh3wvhss0pn286p848zifc8f9pkhcb12m2bpkssh409wwyzkd";
|
||||
sha256 = "17nkvykg3xb5m1y86i9lahgsic9jpj6h0nr73ywzpxpp7ql45cm4";
|
||||
inherit rev;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user