gnudatalanguage 1.0.1 -> 1.0.4 https://github.com/gnudatalanguage/gdl/releases attrpath: gnudatalanguage Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/interpreters/gnudatalanguage/default.nix b/pkgs/development/interpreters/gnudatalanguage/default.nix index f4d364fcd144..92326860c1ad 100644 --- a/pkgs/development/interpreters/gnudatalanguage/default.nix +++ b/pkgs/development/interpreters/gnudatalanguage/default.nix @@ -106,13 +106,13 @@ let in stdenv.mkDerivation rec { pname = "gnudatalanguage"; - version = "1.0.1"; + version = "1.0.4"; src = fetchFromGitHub { owner = pname; repo = "gdl"; rev = "v${version}"; - sha256 = "sha256-IrCLL8MQp0SkWj7sbfZlma5FrnMbgdl4E/1nPGy0Y60="; + sha256 = "sha256-ijVsynuID9IPu4XC23s8cxCEszYfTbzJECBlOmv+5VU="; }; buildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gnudatalanguage nix build failed. got build log for 'gnudatalanguage' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/q5dp24yiwkfs7dv79bpkn7f6jc24jjw3-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LOCALEDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/share/doc/GDL -DCMAKE_INSTALL_INFODIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/include -DCMAKE_INSTALL_SBINDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/qhpw32pz39y6i30b3vrbw5fw6zv5549f-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/ljv7da9yghxpv4sxgfsdbiwwnd1cms5z-gnudatalanguage-1.0.4 -DHDF5DIR=/nix/store/78l3lfv2h6bp73nbwg8s0267xal7zp5b-hdf5-mpi-1.14.3 -DMPI=ON -DMPIDIR=/nix/store/vaayjcs6qlnaawis899rbhz15rh4zyx1-mpich-4.2.0 CMake Deprecation Warning at CMakeLists.txt:10 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  CMake Error at CMakeLists.txt:13 (message): The src/whereami git submodule is not initialised. Please run `git submodule update --init`  -- Configuring incomplete, errors occurred!