mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user