azuredatastudio: 1.44.1 -> 1.48.1

This commit is contained in:
Daru 2024-07-12 06:20:19 +02:00
parent c53e5201f4
commit 6baa815d01

View File

@ -72,14 +72,14 @@ in
stdenv.mkDerivation rec {
pname = "azuredatastudio";
version = "1.44.1";
version = "1.48.1";
desktopItems = [ desktopItem urlHandlerDesktopItem ];
src = fetchurl {
name = "${pname}-${version}.tar.gz";
url = "https://azuredatastudio-update.azurewebsites.net/${version}/linux-x64/stable";
sha256 = "sha256-6kEV331kt+/7/uWKZmTTkJX4P06CfxC8Ogq052qlUEg=";
sha256 = "sha256-JDNdMy0Wk6v2pMKS+NzSbsrffaEG2IneZO+K9pBFX48=";
};
nativeBuildInputs = [
@ -122,7 +122,7 @@ stdenv.mkDerivation rec {
];
# this will most likely need to be updated when azuredatastudio's version changes
sqltoolsservicePath = "${targetPath}/resources/app/extensions/mssql/sqltoolsservice/Linux/4.7.1.6";
sqltoolsservicePath = "${targetPath}/resources/app/extensions/mssql/sqltoolsservice/Linux/4.11.1.1";
rpath = lib.concatStringsSep ":" [
(lib.makeLibraryPath [