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