Skip to content

Commit a26faa9

Browse files
hamishmackangerman
andauthored
Update nix-tools static pin (#2112)
* Update nix-tools static pin * Update overlays/default.nix Co-authored-by: Moritz Angermann <[email protected]> --------- Co-authored-by: Moritz Angermann <[email protected]>
1 parent 3565809 commit a26faa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overlays/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ let
3434
let
3535
tarball = final.fetchzip {
3636
name = "nix-tools-0.1.0.0";
37-
url = "https://ci.zw3rk.com/build/3108674/download/1/nix-tools-0.1.0.0-x86_64-unknown-linux-musl.tar.gz";
38-
sha256 = "sha256-KJ3BcmJqPjlN24+mIRPbmwRLS8eoMmGWz8AOh6H45bo=";
37+
url = "https://ci.zw3rk.com/build/3419283/download/1/nix-tools-0.1.0.0-x86_64-unknown-linux-musl.tar.gz";
38+
sha256 = "sha256-0NFDSRJM+f8n3K8902LqqjNJfyqgWUTKAM5xmInsqpU=";
3939
};
4040
nix-tools-provided-exes = builtins.attrNames nix-tools-pkgs.nix-tools.exes;
4141
in

0 commit comments

Comments
 (0)