wxsqliteplus 0.3.6 -> 0.3.8 https://github.com/guanlisheng/wxsqliteplus/releases attrpath: wxsqliteplus 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/libraries/wxsqliteplus/default.nix b/pkgs/development/libraries/wxsqliteplus/default.nix index aece1eb09cff..1d8e7a38055d 100644 --- a/pkgs/development/libraries/wxsqliteplus/default.nix +++ b/pkgs/development/libraries/wxsqliteplus/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "wxsqliteplus"; - version = "0.3.6"; + version = "0.3.8"; src = fetchFromGitHub { owner = "guanlisheng"; repo = "wxsqliteplus"; rev = "v${version}"; - sha256 = "0mgfq813pli56mar7pdxlhwjf5k10j196rs3jd0nc8b6dkzkzlnf"; + sha256 = "sha256-HXJzRmclxZO5FJvWrsO/WnQy2o0Yrqvz9KcUCM3cfKU="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/m5bda41aijdapvpkj91125hs05r1hf2l-nix-2.18.3/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wxsqliteplus nix build failed. checking whether g++ accepts -g... (cached) yes checking for g++ option to enable C++11 features... (cached) none needed checking how to run the C++ preprocessor... g++ -E checking for wx-config... /nix/store/9k1mx6vxd1l3gjhh90nlkpwgbl3m5ds5-wxwidgets-3.2.5/bin/wx-config checking for wxWidgets version >= 2.9.4... yes (version 3.2.5) checking for wxWidgets static library... no checking if wxWidgets was built with UNICODE enabled... yes checking if wxWidgets was built in DEBUG mode... no checking if wxWidgets was built in STATIC mode... no checking if wxWidgets port is wxGTK... yes checking if wxWidgets port is wxMotif... no checking if wxWidgets port is wxMac... no checking if wxWidgets port is wxMac... no checking if wxWidgets port is wxX11... no checking if wxWidgets port is wxMGL... no checking if wxWidgets port is wxMSW... no checking if wxGTK uses GTK 2.x (instead of GTK 1.x)... no checking whether we are using the Intel C compiler... no checking whether we are using the Intel C++ compiler... no checking whether we are using the Sun C++ compiler... no checking for ranlib... (cached) ranlib checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for ar... ar checking for strip... strip checking for nm... nm checking if make is GNU make... yes checking for dependency tracking method... disabled checking if the compiler supports precompiled headers... yes configure: error: Versions of Bakefile used to generate makefiles (0.2.9) and configure (0.2.11) do not match.