Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e54004 commit 3c6e776Copy full SHA for 3c6e776
shell.nix
@@ -43,14 +43,12 @@ let
43
)
44
);
45
46
- # Tockloader v1.10.0
+ # Tockloader v1.11.0
47
tockloader = import (pkgs.fetchFromGitHub {
48
owner = "tock";
49
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=";
+ rev = "v1.11.0";
+ sha256 = "sha256-bPEfpfOZOjOiazqRgn1cnqe4ohLPvocuENKoZx/Qw80=";
54
}) { inherit pkgs withUnfreePkgs; };
55
56
rust_overlay = import (builtins.fetchTarball "https://github.com/oxalica/rust-overlay/archive/master.tar.gz");
0 commit comments