From 13ea45c841b0d249283f6a78f6dd9c3f29daae29 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Mon, 22 Jun 2026 13:56:27 +0200 Subject: [PATCH] jchempaint: 3.4-SNAPSHOT-2025-10-15 -> 3.4-SNAPSHOT-2026-04-24 The previously pinned nightly depended on org.openscience.cdk:*:2.12-SNAPSHOT artifacts, which are no longer published in the upstream Sonatype snapshots repository, so the fetchedMavenDeps fixed-output derivation could no longer resolve them and the build failed. The current nightly bumped CDK to the released 2.12 (available on Maven Central), so the dependency set is now stable and the build is reproducible. Assisted-by: Claude Code (Claude Opus 4.8) --- pkgs/by-name/jc/jchempaint/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/jc/jchempaint/package.nix b/pkgs/by-name/jc/jchempaint/package.nix index 179f52abcb5b..f3cc48097538 100644 --- a/pkgs/by-name/jc/jchempaint/package.nix +++ b/pkgs/by-name/jc/jchempaint/package.nix @@ -13,16 +13,16 @@ maven.buildMavenPackage { pname = "jchempaint"; - version = "3.4-SNAPSHOT-2025-10-15"; # "3.4-SNAPSHOT" is the version given in the pom.xml + version = "3.4-SNAPSHOT-2026-04-24"; # "3.4-SNAPSHOT" is the version given in the pom.xml src = fetchFromGitHub { owner = "JChemPaint"; repo = "jchempaint"; - rev = "de023b6ddc1a13f5af48fa2acc8a2633c36a30fa"; - hash = "sha256-1wcJ1qP8yZg1qe4YkpCRGidHUXc1/1eUabR3NoM6kjc="; + rev = "f128d0d15be1bac4d324463f269cf130d2211253"; + hash = "sha256-pcHX6PdnD/jkLxAMSV/Ts8VVrK9xy2NWiMVVJ7jTrQc="; }; - mvnHash = "sha256-AGDyXyEEDMjPHMlbcxninkciZ7V/ALMUS/OkgBnni18="; + mvnHash = "sha256-VpYSTN5u9IhCakak48HhbwnT3FhMpPKlwRZztiNGEIw="; nativeBuildInputs = [ makeWrapper