gigedit 1.1.1 -> 1.2.0 https://repology.org/project/gigedit/versions attrpath: gigedit 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/applications/audio/gigedit/default.nix b/pkgs/applications/audio/gigedit/default.nix index 8c37e8901a33..6fcaf65d1c5b 100644 --- a/pkgs/applications/audio/gigedit/default.nix +++ b/pkgs/applications/audio/gigedit/default.nix @@ -21,11 +21,11 @@ let in stdenv.mkDerivation rec { pname = "gigedit"; - version = "1.1.1"; + version = "1.2.0"; src = fetchurl { url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2"; - sha256 = "08db12crwf0dy1dbyrmivqqpg5zicjikqkmf2kb1ywpq0a9hcxrb"; + sha256 = "sha256-j+4viXHSJY/zoMet5GWd5U20gAk1xOZ11lvbiOLV1uk="; }; preConfigure = "make -f Makefile.svn"; 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 gigedit nix build failed. 1126 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ make[4]: *** [Makefile:836: libgigedit_la-ScriptPatchVars.lo] Error 1 regionchooser.cpp: In member function 'void RegionChooser::draw_digit(const Cairo::RefPtr&, int)': regionchooser.cpp:580:41: warning: '' directive writing 7 bytes into a region of size between 2 and 11 []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wformat-overflow=-Wformat-overflow=]8;;] 580 | sprintf(buf, "%d", key / 12 - 1); | ^~~~~~~ In file included from /nix/store/jhi4wsbrxfscrf57k46d1lfq1v8d25kx-glibc-2.38-27-dev/include/stdio.h:964, from /nix/store/i2jyzz903wzqv52k31cz3sinr6vfy724-pango-1.51.0-dev/include/pango-1.0/pango/pango-utils.h:25, from /nix/store/i2jyzz903wzqv52k31cz3sinr6vfy724-pango-1.51.0-dev/include/pango-1.0/pango/pango.h:51, from /nix/store/dy0phia58vsrw43rdxywvfm7hplhdg3c-gtk+-2.24.33-dev/include/gtk-2.0/gdk/gdktypes.h:37, from /nix/store/dy0phia58vsrw43rdxywvfm7hplhdg3c-gtk+-2.24.33-dev/include/gtk-2.0/gdk/gdkscreen.h:32, from /nix/store/dy0phia58vsrw43rdxywvfm7hplhdg3c-gtk+-2.24.33-dev/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31: In function 'int sprintf(char*, const char*, ...)', inlined from 'void RegionChooser::draw_digit(const Cairo::RefPtr&, int)' at regionchooser.cpp:580:12: /nix/store/jhi4wsbrxfscrf57k46d1lfq1v8d25kx-glibc-2.38-27-dev/include/bits/stdio2.h:30:34: note: '__builtin___sprintf_chk' output between 27 and 36 bytes into a destination of size 30 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 |  __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 |  __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ make[4]: Leaving directory '/build/gigedit-1.2.0/src/gigedit' make[3]: *** [Makefile:935: all-recursive] Error 1 make[3]: Leaving directory '/build/gigedit-1.2.0/src/gigedit' make[2]: *** [Makefile:418: all-recursive] Error 1 make[2]: Leaving directory '/build/gigedit-1.2.0/src' make[1]: *** [Makefile:468: all-recursive] Error 1 make[1]: Leaving directory '/build/gigedit-1.2.0' make: *** [Makefile:398: all] Error 2