mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
jetbrains.dataspell: 2026.1.2 -> 2026.1.3
(cherry picked from commit 74e43a4798)
This commit is contained in:
committed by
github-actions[bot]
parent
33ddeb9e7c
commit
d7d93e4f80
@@ -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}"));
|
||||
|
||||
Reference in New Issue
Block a user