Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c6e776

Browse files
committed
shell.nix: update to Tockloader v1.11.0
1 parent 7e54004 commit 3c6e776

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

shell.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ let
4343
)
4444
);
4545

46-
# Tockloader v1.10.0
46+
# Tockloader v1.11.0
4747
tockloader = import (pkgs.fetchFromGitHub {
4848
owner = "tock";
4949
repo = "tockloader";
50-
# TODO: change to tag once there is a Tockloader release with
51-
# `default.nix` included.
52-
rev = "6f37412d5608d9bb48510c98a929cc3f96f8cc8f";
53-
sha256 = "sha256-0WobupjSqJ36+nME9YO9wcEx4X6jE+edSn4PNM+aDUo=";
50+
rev = "v1.11.0";
51+
sha256 = "sha256-bPEfpfOZOjOiazqRgn1cnqe4ohLPvocuENKoZx/Qw80=";
5452
}) { inherit pkgs withUnfreePkgs; };
5553

5654
rust_overlay = import (builtins.fetchTarball "https://github.com/oxalica/rust-overlay/archive/master.tar.gz");

0 commit comments

Comments
 (0)