diff --git a/pkgs/applications/editors/jetbrains/ides/datagrip.nix b/pkgs/applications/editors/jetbrains/ides/datagrip.nix index 6fcbecb4f837..dfe4ed7f7d3f 100644 --- a/pkgs/applications/editors/jetbrains/ides/datagrip.nix +++ b/pkgs/applications/editors/jetbrains/ides/datagrip.nix @@ -12,20 +12,20 @@ let # update-script-start: urls urls = { x86_64-linux = { - url = "https://download.jetbrains.com/datagrip/datagrip-2026.1.2.tar.gz"; - hash = "sha256-DaAqg6Xce1RkvEM6++7CxC72AvB1SHKFBWOzJD9RIuY="; + url = "https://download.jetbrains.com/datagrip/datagrip-2026.1.3.tar.gz"; + hash = "sha256-XxwvXiaWAfK318BjbzKPLVDeMBlOr5BFuD2bqU8+12o="; }; aarch64-linux = { - url = "https://download.jetbrains.com/datagrip/datagrip-2026.1.2-aarch64.tar.gz"; - hash = "sha256-QY7ZX4OiON7km4wjBEDCIcD8HxALAW9PRAHJNZ0t+YM="; + url = "https://download.jetbrains.com/datagrip/datagrip-2026.1.3-aarch64.tar.gz"; + hash = "sha256-G+tinD/+qM5HVR4u2E0cNXtdVsbwgK8/PdZ3ic6hf4M="; }; x86_64-darwin = { - url = "https://download.jetbrains.com/datagrip/datagrip-2026.1.2.dmg"; - hash = "sha256-CdhVxjc7wbvTSA/RU39bnek6kU3/G8z9Tj2uEadsZKA="; + url = "https://download.jetbrains.com/datagrip/datagrip-2026.1.3.dmg"; + hash = "sha256-vW2LEonl0D9S0VxbeJX4jRrwhELGBwlOXwiHslvh06E="; }; aarch64-darwin = { - url = "https://download.jetbrains.com/datagrip/datagrip-2026.1.2-aarch64.dmg"; - hash = "sha256-rMiVEmkbJIIeBfOXpPVXFBFLmkW6TLnzsPCheQWszhc="; + url = "https://download.jetbrains.com/datagrip/datagrip-2026.1.3-aarch64.dmg"; + hash = "sha256-Kyt3fYPXzwTVxPFVKd+atiHWb/i7gjGahz1MJ4iXxy8="; }; }; # update-script-end: urls @@ -39,8 +39,8 @@ mkJetBrainsProduct { product = "DataGrip"; # update-script-start: version - version = "2026.1.2"; - buildNumber = "261.23567.23"; + version = "2026.1.3"; + buildNumber = "261.24374.56"; # update-script-end: version src = fetchurl (urls.${system} or (throw "Unsupported system: ${system}"));