mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 13:31:54 +00:00
nix: update pnpm hash (#51512)
Update pnpm checksum and add myself to codenotify so I dont miss it next
time 😬
## Test plan
N/A nix stuff
This commit is contained in:
parent
a3d8f3d1e9
commit
8c80b85994
3
CODENOTIFY
Normal file
3
CODENOTIFY
Normal file
@ -0,0 +1,3 @@
|
||||
# See https://github.com/sourcegraph/codenotify for documentation.
|
||||
|
||||
**/*.nix @Strum355
|
||||
@ -1,4 +1,4 @@
|
||||
# See https://github.com/sourcegraph/codenotify for documentation.
|
||||
|
||||
**/* @efritz
|
||||
**/* @Strum355
|
||||
**/* @Strum355
|
||||
|
||||
@ -108,7 +108,7 @@ pkgs.mkShell {
|
||||
version = "8.1.0";
|
||||
src = fetchurl {
|
||||
url = "https://registry.npmjs.org/pnpm/-/pnpm-8.1.0.tgz";
|
||||
sha512 = "sha512-nbuY07S2519jEjaV9KLjSFmOwh0b6KIViIdc/RCJkgco8SZa2+ikQQe4N3CfNn5By5BH0dKVbZ8Ox1Mw8wItSA==";
|
||||
sha512 = "sha512-e2H73wTRxmc5fWF/6QJqbuwU6O3NRVZC1G1WFXG8EqfN/+ZBu8XVHJZwPH6Xh0DxbEoZgw8/wy2utgCDwPu4Sg==";
|
||||
};
|
||||
})
|
||||
nodePackages.typescript
|
||||
|
||||
Loading…
Reference in New Issue
Block a user