mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 05:29:20 +03:00
vscode-extensions.visualjj.visualjj: 0.14.5 -> 0.14.7
This commit is contained in:
parent
a78021a9d3
commit
f45cad564b
1 changed files with 5 additions and 5 deletions
|
@ -11,26 +11,26 @@ vscode-utils.buildVscodeMarketplaceExtension {
|
||||||
sources = {
|
sources = {
|
||||||
"x86_64-linux" = {
|
"x86_64-linux" = {
|
||||||
arch = "linux-x64";
|
arch = "linux-x64";
|
||||||
hash = "sha256-70IC1Df7FxIbh9iFPqC7ej+NpAW8BKD30qYlhtC0QLo=";
|
hash = "sha256-rEy5DXXBgyY2/vb4jm3VLbHiBEiUpvFWPjgACBS/Iec=";
|
||||||
};
|
};
|
||||||
"x86_64-darwin" = {
|
"x86_64-darwin" = {
|
||||||
arch = "darwin-x64";
|
arch = "darwin-x64";
|
||||||
hash = "sha256-NA6QjtqtEWRHjs4s1F3tVnd+qwk3T7KAhZdNsCv2WXo=";
|
hash = "sha256-lBOu0acFAfOUiBcm7+UYN1XMNWOW73kj+HpVGRVQrPE=";
|
||||||
};
|
};
|
||||||
"aarch64-linux" = {
|
"aarch64-linux" = {
|
||||||
arch = "linux-arm64";
|
arch = "linux-arm64";
|
||||||
hash = "sha256-BIop7QBbJCRO5u81NMuRHcKtAHpPAWZFIApv7g/3pI8=";
|
hash = "sha256-Z1Ml70Ylepgw00aAzmhp21P047ZsKXCmX0DfgjvZhdY=";
|
||||||
};
|
};
|
||||||
"aarch64-darwin" = {
|
"aarch64-darwin" = {
|
||||||
arch = "darwin-arm64";
|
arch = "darwin-arm64";
|
||||||
hash = "sha256-mghcU1iyxlU1uY9tb4j5/qdy5TM+MFXN2ci95erzihg=";
|
hash = "sha256-oMK2t2rFYCPS8sVKaNOIcFFMsmXrCNddxVaydftrrtc=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "visualjj";
|
name = "visualjj";
|
||||||
publisher = "visualjj";
|
publisher = "visualjj";
|
||||||
version = "0.14.5";
|
version = "0.14.7";
|
||||||
}
|
}
|
||||||
// sources.${stdenvNoCC.hostPlatform.system}
|
// sources.${stdenvNoCC.hostPlatform.system}
|
||||||
or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");
|
or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue