commit 7746f281eca41c9124eb4c0e0dd154b63f834bb0
parent 1794fca9aa81b5c5291df7f63567badee04bbcd3
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date: Mon, 20 Jul 2026 10:39:34 +0200
flake: pin to tags
Diffstat:
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -8,17 +8,17 @@
"systems": "systems_4"
},
"locked": {
- "lastModified": 1781619243,
- "narHash": "sha256-4R/1IBmvL91RsiulzQE5OlFdkhCDAwil9Y9YRv6OCzE=",
- "ref": "refs/heads/master",
- "rev": "014bf263a4f4631cfbab6486a3af069524e98ec6",
- "revCount": 1089,
+ "lastModified": 1784381703,
+ "narHash": "sha256-kIlXKB2C6xro/tVZ/T1hhRyw9cc0JJEuon2zlLNnKSk=",
+ "ref": "refs/tags/v1.6.4",
+ "rev": "8a104e499fe55877382b7777c600f145cc3a0e41",
+ "revCount": 1136,
"submodules": true,
"type": "git",
"url": "https://git.gnunet.org/donau"
},
"original": {
- "rev": "014bf263a4f4631cfbab6486a3af069524e98ec6",
+ "ref": "refs/tags/v1.6.4",
"type": "git",
"url": "https://git.gnunet.org/donau"
}
@@ -52,17 +52,17 @@
"systems": "systems_6"
},
"locked": {
- "lastModified": 1781618942,
- "narHash": "sha256-yRKtW+Q8nZtnBB4L5ewOT9dFaMFOofUNoNidgsyI9AU=",
- "ref": "refs/heads/master",
- "rev": "b542c0c40c30e1ddd9b0528e913cceed8eef9c56",
- "revCount": 10032,
+ "lastModified": 1784369137,
+ "narHash": "sha256-q2oJjeTaTA3FRnz0YLrTgOa94zKFiliNgJve1QrAiSQ=",
+ "ref": "refs/tags/v1.6.7-dev.3",
+ "rev": "2949329f5793f948cb2c5aa6fe9d083aee1d9bd7",
+ "revCount": 10203,
"submodules": true,
"type": "git",
"url": "https://git.gnunet.org/exchange"
},
"original": {
- "rev": "b542c0c40c30e1ddd9b0528e913cceed8eef9c56",
+ "ref": "refs/tags/v1.6.7-dev.3",
"type": "git",
"url": "https://git.gnunet.org/exchange"
}
@@ -136,17 +136,17 @@
"systems": "systems_7"
},
"locked": {
- "lastModified": 1781611204,
- "narHash": "sha256-4uCu+3Cdi1ck9J7LT72INcrm3coIkP7Gh9k0COAr91g=",
- "ref": "refs/heads/master",
- "rev": "e8e7504b7ab43f7dffa25f273ff228069d8d6dd4",
- "revCount": 33248,
+ "lastModified": 1784299477,
+ "narHash": "sha256-eOsDOOFH04EQzJo6JSJONiYQYK3KBnm99hNzJsDmegs=",
+ "ref": "refs/tags/v0.28.0",
+ "rev": "021f904c70e7e57098b8bacbaf578c465b29f792",
+ "revCount": 33285,
"submodules": true,
"type": "git",
"url": "https://git.gnunet.org/gnunet"
},
"original": {
- "rev": "e8e7504b7ab43f7dffa25f273ff228069d8d6dd4",
+ "ref": "refs/tags/v0.28.0",
"type": "git",
"url": "https://git.gnunet.org/gnunet"
}
diff --git a/flake.nix b/flake.nix
@@ -23,9 +23,9 @@
inputs = {
nixpkgs.url = "nixpkgs/release-26.05";
systems.url = "github:nix-systems/default";
- gnunet.url = "git+https://git.gnunet.org/gnunet?rev=e8e7504b7ab43f7dffa25f273ff228069d8d6dd4";
- exchange.url = "git+https://git.gnunet.org/exchange?rev=b542c0c40c30e1ddd9b0528e913cceed8eef9c56";
- donau.url = "git+https://git.gnunet.org/donau?rev=014bf263a4f4631cfbab6486a3af069524e98ec6";
+ gnunet.url = "git+https://git.gnunet.org/gnunet?ref=refs/tags/v0.28.0";
+ exchange.url = "git+https://git.gnunet.org/exchange?ref=refs/tags/v1.6.7-dev.3";
+ donau.url = "git+https://git.gnunet.org/donau?ref=refs/tags/v1.6.4";
self.submodules = true;
};