challenger: 0.10.0 -> 0.11.0
This commit is contained in:
parent
6649f40ab9
commit
275236f0be
@ -21,12 +21,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "challenger";
|
pname = "challenger";
|
||||||
version = "0.10.0";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.taler.net/challenger.git";
|
url = "https://git.taler.net/challenger.git";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-fjT3igPQ9dQtOezwZVfK5fBaL22FKOCbjUF0U1urK0g=";
|
hash = "sha256-utME8ywCf4hjgOZWp4j2+dNPPLbAqHd80A62waVvONE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://git.taler.net/challenger.git/tree/bootstrap
|
# https://git.taler.net/challenger.git/tree/bootstrap
|
||||||
|
Loading…
Reference in New Issue
Block a user