mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
gnunet-svn: slight update
For not any special reason
This commit is contained in:
parent
14cd1be498
commit
2599ec692b
@ -4,14 +4,15 @@
|
|||||||
, makeWrapper, autoconf, automake }:
|
, makeWrapper, autoconf, automake }:
|
||||||
|
|
||||||
let
|
let
|
||||||
rev = "27314";
|
rev = "27317";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnunet-svn-${rev}";
|
name = "gnunet-svn-${rev}";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = https://gnunet.org/svn/gnunet;
|
url = https://gnunet.org/svn/gnunet;
|
||||||
sha256 = "14b893y5dy84hp1klrmng06znbh2m2wk4f1kpbhzbwnvjyhk6kdq";
|
rev = "27317";
|
||||||
|
sha256 = "1l7jypm57wjhzlwdj8xzhfppjdpy6wbph4nqgwxxb9q056wwf9zy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user