jasper 4.1.0 -> 4.1.1 https://github.com/jasper-software/jasper/releases attrpath: jasper 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/by-name/ja/jasper/package.nix b/pkgs/by-name/ja/jasper/package.nix index bb059cde347f..994a94bf60c6 100644 --- a/pkgs/by-name/ja/jasper/package.nix +++ b/pkgs/by-name/ja/jasper/package.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "jasper"; - version = "4.1.0"; + version = "4.1.1"; src = fetchFromGitHub { owner = "jasper-software"; repo = "jasper"; rev = "version-${finalAttrs.version}"; - hash = "sha256-u5380inzLmOT0v6emOtjU3pIEQqTmziAVz1R6QG77x0="; + hash = "sha256-btYW9g+kfH1oz2DqZxCuH7zSpI+uWGVhG7qWTDTAC5Y="; }; outputs = [ "out" "doc" "man" ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A jasper nix build failed. -- The C compiler identification is GNU 12.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/sfgnb6rr428bssyrs54d6d0vv2avi95c-gcc-wrapper-12.3.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done CMAKE_C_COMPILER_ID: GNU CMAKE_C_COMPILER_VERISON: 12.3.0 CMake Error at build/cmake/modules/InSourceBuild.cmake:27 (message): The use of an in-source build has been detected (i.e., the binary directory specified to CMake is located in or under the source directory). This can potentially trash the source tree. In fact, if you are seeing this message, you may have already partially trashed the source tree. The use of an in-source build is not officially supported and is therefore disallowed by default. If you like to live dangerously and would like to override this default behavior, this can be accomplished via the CMake option ALLOW_IN_SOURCE_BUILD. CMake source directory: /build/source CMake binary directory: /build/source/build-directory CMake binary directory root: /build/source/build-directory Call Stack (most recent call first): build/cmake/modules/InSourceBuild.cmake:49 (prevent_in_source_build) CMakeLists.txt:66 (include)  -- Configuring incomplete, errors occurred!