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. | ^~~~~~~ In file included from Settings.h:15, from scriptslots.h:24: global.h: In function 'Glib::ustring ltrim(Glib::ustring)': global.h:126:89: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = int; _Result = int]' is deprecated: use 'std::function' instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 126 | s.erase(s.begin(), std::find_if(s.begin(), s.end(), std::not1(std::ptr_fun(std::isspace)))); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ In file included from /nix/store/qfqjymymsd2x29yknsgllfiq1h64s3f4-gcc-12.3.0/include/c++/12.3.0/string:48, from /nix/store/6bxz82wrg7hq4amc93s75hzpq85gzmjj-libgig-4.3.0/include/libgig/RIFF.h:47, from /nix/store/6bxz82wrg7hq4amc93s75hzpq85gzmjj-libgig-4.3.0/include/libgig/DLS.h:27, from /nix/store/6bxz82wrg7hq4amc93s75hzpq85gzmjj-libgig-4.3.0/include/libgig/gig.h:27, from scriptslots.h:14: /nix/store/qfqjymymsd2x29yknsgllfiq1h64s3f4-gcc-12.3.0/include/c++/12.3.0/bits/stl_function.h:1126:5: note: declared here 1126 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ global.h: In function 'Glib::ustring rtrim(Glib::ustring)': global.h:131:80: warning: 'std::pointer_to_unary_function<_Arg, _Result> std::ptr_fun(_Result (*)(_Arg)) [with _Arg = int; _Result = int]' is deprecated: use 'std::function' instead []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wdeprecated-declarations-Wdeprecated-declarations]8;;] 131 | s.erase(std::find_if(s.rbegin(), s.rend(), std::not1(std::ptr_fun(std::isspace))).base(), s.end()); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ /nix/store/qfqjymymsd2x29yknsgllfiq1h64s3f4-gcc-12.3.0/include/c++/12.3.0/bits/stl_function.h:1126:5: note: declared here 1126 | ptr_fun(_Result (*__x)(_Arg)) | ^~~~~~~ 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