gigedit 1.1.1 -> 1.2.1 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..843eea73b7bc 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.1"; src = fetchurl { url = "https://download.linuxsampler.org/packages/${pname}-${version}.tar.bz2"; - sha256 = "08db12crwf0dy1dbyrmivqqpg5zicjikqkmf2kb1ywpq0a9hcxrb"; + sha256 = "sha256-pz+2gbVbPytuioXxNHQWE3Pml4r9JfwBIQcsbevWHkQ="; }; 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. checking for msgfmt... (cached) /nix/store/ikzbzni2gni5581vdkkm4x67d0mlnxi0-gettext-0.21.1/bin/msgfmt checking for dcgettext... yes checking if msgfmt accepts -c... yes checking for gmsgfmt... (cached) /nix/store/ikzbzni2gni5581vdkkm4x67d0mlnxi0-gettext-0.21.1/bin/msgfmt checking for xgettext... (cached) /nix/store/ikzbzni2gni5581vdkkm4x67d0mlnxi0-gettext-0.21.1/bin/xgettext checking whether g++ supports C++11 features with -std=gnu++11... yes checking for gcc... gcc checking whether the compiler supports GNU Objective C... no checking whether gcc accepts -g... no checking for g++... g++ checking whether the compiler supports GNU Objective C++... no checking whether g++ accepts -g... no checking whether make supports nested variables... yes checking pkg-config is at least version 0.9.0... yes checking for gtk+-2.0... yes checking pkg-config is at least version 0.9.0... yes checking for gtkmm-2.4 >= 2.8 gthread-2.0 cairomm-1.0... yes checking for cairommconfig.h... yes checking for sigc++-2.0... yes checking for gig >= 4.4.0... no configure: error: Package requirements (gig >= 4.4.0) were not met: Requested 'gig >= 4.4.0' but version of gig is 4.3.0 Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GIG_CFLAGS and GIG_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.