lol

vscode-extensions.ms-dotnettools.csdevkit: 1.20.35 -> 1.30.32 (#422002)

authored by

Pol Dellaiera and committed by
GitHub
a04f9499 d167012a

+5 -5
+5 -5
pkgs/applications/editors/vscode/extensions/ms-dotnettools.csdevkit/default.nix
··· 16 { 17 x86_64-linux = { 18 arch = "linux-x64"; 19 - hash = "sha256-bpvaGnl6LQaZazuk/xGHxbNUsEMph0tDAaAOBIuikVQ="; 20 }; 21 aarch64-linux = { 22 arch = "linux-arm64"; 23 - hash = "sha256-yBT5sAZHXX66vuTDo+opPLBnCX09tBQYscW5LaiS3nU="; 24 }; 25 x86_64-darwin = { 26 arch = "darwin-x64"; 27 - hash = "sha256-W7qGN3VbS1BJT+887mSqegKheLimYR59gNj7QOZBvyg="; 28 }; 29 aarch64-darwin = { 30 arch = "darwin-arm64"; 31 - hash = "sha256-OlsoQsA6qHoIwRRVvMpjyO9BOdR63mRcSFkM9i0nFH0="; 32 }; 33 } 34 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}") ··· 38 mktplcRef = { 39 name = "csdevkit"; 40 publisher = "ms-dotnettools"; 41 - version = "1.20.35"; 42 inherit (extInfo) hash arch; 43 }; 44 sourceRoot = "extension"; # This has more than one folder.
··· 16 { 17 x86_64-linux = { 18 arch = "linux-x64"; 19 + hash = "sha256-Bvk6ZVHtO4HdT5eNASE8kGhoSegyLR7lAAKEPVe3Upo="; 20 }; 21 aarch64-linux = { 22 arch = "linux-arm64"; 23 + hash = "sha256-sOrLdZDk0/66vOJ1frFXemRx7eisnCeIBLCZ+jixcg0="; 24 }; 25 x86_64-darwin = { 26 arch = "darwin-x64"; 27 + hash = "sha256-AmlDd+deQ6qPduvvqLNZpQXqHmJpdvoU+TATtWM9+FM="; 28 }; 29 aarch64-darwin = { 30 arch = "darwin-arm64"; 31 + hash = "sha256-AZycfbWvVHZEkWbrCFIO+tbDzCyDi9lo3bn6PJ3mBus="; 32 }; 33 } 34 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}") ··· 38 mktplcRef = { 39 name = "csdevkit"; 40 publisher = "ms-dotnettools"; 41 + version = "1.30.32"; 42 inherit (extInfo) hash arch; 43 }; 44 sourceRoot = "extension"; # This has more than one folder.