Loading pkgs/applications/editors/vscode/extensions/redhat.vscode-xml/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11,22 +11,22 @@ vscode-utils.buildVscodeMarketplaceExtension { sources = { "x86_64-linux" = { arch = "linux-x64"; hash = "sha256-FnMTpDXC/UIMPfcBbpZRo/T0LljFP0+syv2aTZjOczc="; hash = "sha256-vm12qVJ6+KbyHdzB/Q4SrEZDUKVsKJufjbVn9OBGbns="; }; "x86_64-darwin" = { arch = "darwin-x64"; hash = "sha256-bPkRzOpd7nlIg3oLvrfIrcvrxJqnRhNZNzgao8ga+OM="; hash = "sha256-1dunJX+7oL2RqsK2pCScKAe/O0b3ypfgsuHXoDvvChM="; }; "aarch64-darwin" = { arch = "darwin-arm64"; hash = "sha256-UnRWxjmicfizn8SUspkhjjiYDJDFGI4ItIPLTnRZEy0="; hash = "sha256-5IG0H3QIY6ll77aZ6/8uFeIpgjupjBx0GfFJaX7Wep4="; }; }; in { publisher = "redhat"; name = "vscode-xml"; version = "0.29.0"; version = "0.29.2"; } // sources.${stdenvNoCC.hostPlatform.system} or { }; Loading Loading
pkgs/applications/editors/vscode/extensions/redhat.vscode-xml/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -11,22 +11,22 @@ vscode-utils.buildVscodeMarketplaceExtension { sources = { "x86_64-linux" = { arch = "linux-x64"; hash = "sha256-FnMTpDXC/UIMPfcBbpZRo/T0LljFP0+syv2aTZjOczc="; hash = "sha256-vm12qVJ6+KbyHdzB/Q4SrEZDUKVsKJufjbVn9OBGbns="; }; "x86_64-darwin" = { arch = "darwin-x64"; hash = "sha256-bPkRzOpd7nlIg3oLvrfIrcvrxJqnRhNZNzgao8ga+OM="; hash = "sha256-1dunJX+7oL2RqsK2pCScKAe/O0b3ypfgsuHXoDvvChM="; }; "aarch64-darwin" = { arch = "darwin-arm64"; hash = "sha256-UnRWxjmicfizn8SUspkhjjiYDJDFGI4ItIPLTnRZEy0="; hash = "sha256-5IG0H3QIY6ll77aZ6/8uFeIpgjupjBx0GfFJaX7Wep4="; }; }; in { publisher = "redhat"; name = "vscode-xml"; version = "0.29.0"; version = "0.29.2"; } // sources.${stdenvNoCC.hostPlatform.system} or { }; Loading