calceph: 4.0.5 -> 5.0.0

This commit is contained in:
R. Ryantm
2026-07-07 00:43:26 +00:00
parent 3f9778f68c
commit b1c2ad6826
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "calceph";
version = "4.0.5";
version = "5.0.0";
src = fetchFromGitLab {
domain = "gitlab.obspm.fr";
owner = "imcce_calceph";
repo = "calceph";
tag = "calceph_${builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-V4Hh3FItBv3zYerNqNPeRJ5Afj3QTfdG3Ps5xeiDASg=";
hash = "sha256-bSgHRVPo0M8SIlw5uqZ0nyt5cVyg3WmxcHistV1FugY=";
};
nativeBuildInputs = [