From 98609e1b30dc8e21686c7aaa04c3bddfb40800a5 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 12 Dec 2021 01:13:13 +0000 Subject: [PATCH] azuredatastudio: 1.33.0 -> 1.33.1 --- pkgs/applications/misc/azuredatastudio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/azuredatastudio/default.nix b/pkgs/applications/misc/azuredatastudio/default.nix index f7e39396602e..378a04bada9a 100644 --- a/pkgs/applications/misc/azuredatastudio/default.nix +++ b/pkgs/applications/misc/azuredatastudio/default.nix @@ -66,14 +66,14 @@ in stdenv.mkDerivation rec { pname = "azuredatastudio"; - version = "1.33.0"; + version = "1.33.1"; desktopItems = [ desktopItem urlHandlerDesktopItem ]; src = fetchurl { name = "${pname}-${version}.tar.gz"; url = "https://azuredatastudio-update.azurewebsites.net/${version}/linux-x64/stable"; - sha256 = "0593xs44ryfyxy0hc31hdbj706q16h58jb0qyfyncn7ngybm3423"; + sha256 = "sha256-jgZ8iZkic26JSgFTXpu1u1+MM4G5AqyW6Mj1tx5QwcY="; }; nativeBuildInputs = [