From d7d93e4f807ab407dc5196810b49f404dcd5fbb4 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 1 Aug 2026 08:22:59 +0000 Subject: [PATCH] jetbrains.dataspell: 2026.1.2 -> 2026.1.3 (cherry picked from commit 74e43a479842525da693269cfba3ce5734f40970) --- .../editors/jetbrains/ides/dataspell.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pkgs/applications/editors/jetbrains/ides/dataspell.nix b/pkgs/applications/editors/jetbrains/ides/dataspell.nix index 18dd09b48cf9..5b2db860db15 100644 --- a/pkgs/applications/editors/jetbrains/ides/dataspell.nix +++ b/pkgs/applications/editors/jetbrains/ides/dataspell.nix @@ -14,20 +14,20 @@ let # update-script-start: urls urls = { x86_64-linux = { - url = "https://download.jetbrains.com/python/dataspell-2026.1.2.tar.gz"; - hash = "sha256-D5eONrO+5EL1cuskUU4cRYLgcbG7RCvlucnmw9t2COM="; + url = "https://download.jetbrains.com/python/dataspell-2026.1.3.tar.gz"; + hash = "sha256-57ExydRnfCiYCQj61Xo/omKAIbKZFykjqDSOuEdkgGg="; }; aarch64-linux = { - url = "https://download.jetbrains.com/python/dataspell-2026.1.2-aarch64.tar.gz"; - hash = "sha256-SSmIPF0pDMolxeXL21UaHMbZdtYbChWVxTKZOsPhH+I="; + url = "https://download.jetbrains.com/python/dataspell-2026.1.3-aarch64.tar.gz"; + hash = "sha256-bcgJWYryfh9vEf2xjemGEU15+SfZRMQxEivLh+PPoww="; }; x86_64-darwin = { url = "https://download.jetbrains.com/python/dataspell-2026.1.2.dmg"; hash = "sha256-2qzwzGMYuy1qEuTprxwNa5gOPgCZq2MadSKN8FT8w8c="; }; aarch64-darwin = { - url = "https://download.jetbrains.com/python/dataspell-2026.1.2-aarch64.dmg"; - hash = "sha256-MGWufS0nlswdqhACNQWtlXJwfPiYw8wUx7olIxPS15k="; + url = "https://download.jetbrains.com/python/dataspell-2026.1.3-aarch64.dmg"; + hash = "sha256-EFkZRmtvsdJB8QP4hn6mUrSTyNBIK7UUkn4N3m0jGtY="; }; }; # update-script-end: urls @@ -41,8 +41,8 @@ mkJetBrainsProduct { product = "DataSpell"; # update-script-start: version - version = "2026.1.2"; - buildNumber = "261.25134.18"; + version = "2026.1.3"; + buildNumber = "261.26222.84"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}"));