blackmagic 1.8.2 -> 1.9.1 https://github.com/blacksphere/blackmagic/releases attrpath: blackmagic 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/embedded/blackmagic/default.nix b/pkgs/development/embedded/blackmagic/default.nix index cef7ba5f89c..22a316cefc6 100644 --- a/pkgs/development/embedded/blackmagic/default.nix +++ b/pkgs/development/embedded/blackmagic/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "blackmagic"; - version = "1.8.2"; + version = "1.9.1"; # `git describe --always` firmwareVersion = "v${version}"; @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { owner = "blacksphere"; repo = "blackmagic"; rev = firmwareVersion; - hash = "sha256-NGzoohmpVwGOncr9AvHYANMf/oEskjmTXYj/Kdx2RwM="; + hash = "sha256-fT4UIOR0r15v8lCyRcT5xFWjFEJz0ks+jS+pAl6o2X0="; fetchSubmodules = true; }; 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 blackmagic nix build failed. 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:126: adiv5_jtagdp.o] Error 1 make: *** [Makefile:126: jtag_devs.o] Error 1 make: *** [Makefile:126: efm32.o] Error 1 make: *** [Makefile:126: gdb_packet.o] Error 1 make: *** [Makefile:126: cortexa.o] Error 1 make: *** [Makefile:126: crc32.o] Error 1 make: *** [Makefile:126: gdb_main.o] Error 1 make: *** [Makefile:126: gdb_hostio.o] Error 1 make: *** [Makefile:126: jtag_scan.o] Error 1 make: *** [Makefile:126: cortexm.o] Error 1 make: *** [Makefile:126: exception.o] Error 1 make: *** [Makefile:126: adiv5_swdp.o] Error 1 make: *** [Makefile:126: adiv5.o] Error 1 In file included from include/general.h:42, from hex_utils.c:23: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:126: hex_utils.o] Error 1 In file included from include/general.h:42, from target/lmi.c:28: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:126: lmi.o] Error 1