mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
taler-exchange: 0.10.1 -> 0.10.2
This commit is contained in:
parent
cd08362300
commit
0a76f2f14a
1 changed files with 2 additions and 9 deletions
|
@ -21,7 +21,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.10.1";
|
version = "0.10.2";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "taler-exchange";
|
pname = "taler-exchange";
|
||||||
|
@ -31,14 +31,7 @@ stdenv.mkDerivation {
|
||||||
url = "https://git.taler.net/exchange.git";
|
url = "https://git.taler.net/exchange.git";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-SKnMep8bMQaJt4r3u0SrzwYSuFbzv4RnflbutSqwtPg=";
|
hash = "sha256-dl8lZ7uKUr+KSUaT4xlkaX3W5UoW2Zfu/0iVXvLejnA=";
|
||||||
|
|
||||||
# When fetching submodules without the .git folder we get the following error:
|
|
||||||
# "Server does not allow request for unadvertised object"
|
|
||||||
leaveDotGit = true;
|
|
||||||
postFetch = ''
|
|
||||||
rm -rf $out/.git
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue