summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-09-18 10:16:05 +0200
committerliv <shadows_withal@fastmail.com>2023-09-18 10:16:05 +0200
commit9a743f80c57cc6bf27819589a8ddb5a5579ab1a4 (patch)
tree38d3bee0227d2578db9b7a933faa98eb027f3653 /flake.nix
parent170aaabe9b87a8a5edf382d6f3adda0ffa3df20e (diff)
release: 5.6.1
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 94f4177..152d38e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,7 +22,7 @@
rustlings =
pkgs.rustPlatform.buildRustPackage {
name = "rustlings";
- version = "5.6.0";
+ version = "5.6.1";
buildInputs = cargoBuildInputs;
nativeBuildInputs = [pkgs.git];