tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
vscode-extensions.visualjj.visualjj: 0.16.4 -> 0.16.6
R. Ryantm
4 months ago
3bebbc4c
a62c2e5c
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
vscode
extensions
visualjj.visualjj
default.nix
+5
-5
pkgs/applications/editors/vscode/extensions/visualjj.visualjj/default.nix
···
11
11
sources = {
12
12
"x86_64-linux" = {
13
13
arch = "linux-x64";
14
14
-
hash = "sha256-cuCxSODDNf2nhiUwgQT5SRugRLYOhq3igsvgP/hzcZE=";
14
14
+
hash = "sha256-HbaB0WnWNOxooZDuAFbpCZi3EDrqUzDAEPovfN670hk=";
15
15
};
16
16
"x86_64-darwin" = {
17
17
arch = "darwin-x64";
18
18
-
hash = "sha256-OQqw/f2gSmFLN9CDn/auxXY6ao/XieAY7XVcI/kf1TA=";
18
18
+
hash = "sha256-K+I36W1y31WG9JNd25L4AbxsIqS6zWrrgQVUAd+BEqY=";
19
19
};
20
20
"aarch64-linux" = {
21
21
arch = "linux-arm64";
22
22
-
hash = "sha256-qMWJS/4afJkSENk+BdaPPAynjEMErT2jjeFAkOSMfZ4=";
22
22
+
hash = "sha256-AMTgCdUwe0ba6tuWj+GEtkcV/x0TCjXNVlrujoQ+Pe4=";
23
23
};
24
24
"aarch64-darwin" = {
25
25
arch = "darwin-arm64";
26
26
-
hash = "sha256-cj6cu/uSHflJHKub4LKaqPOMc7EC3Hlzxp7DfDpi9hU=";
26
26
+
hash = "sha256-x0zki117HMP9M3pNeN4FVIzyIcTJIe3MO0GFsK0J8BY=";
27
27
};
28
28
};
29
29
in
30
30
{
31
31
name = "visualjj";
32
32
publisher = "visualjj";
33
33
-
version = "0.16.4";
33
33
+
version = "0.16.6";
34
34
}
35
35
// sources.${stdenvNoCC.hostPlatform.system}
36
36
or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");