transmission-gtk 3.00 -> 4.0.0 https://github.com/transmission/transmission/releases attrpath: transmission-gtk 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/applications/networking/p2p/transmission/default.nix b/pkgs/applications/networking/p2p/transmission/default.nix index 8d605877a62..044c9f3551f 100644 --- a/pkgs/applications/networking/p2p/transmission/default.nix +++ b/pkgs/applications/networking/p2p/transmission/default.nix @@ -32,7 +32,7 @@ }: let - version = "3.00"; + version = "4.0.0"; in stdenv.mkDerivation { pname = "transmission"; @@ -42,7 +42,7 @@ in stdenv.mkDerivation { owner = "transmission"; repo = "transmission"; rev = version; - sha256 = "0ccg0km54f700x9p0jsnncnwvfnxfnxf7kcm7pcx1cj0vw78924z"; + sha256 = "sha256-+pSBUM4VUgwTaO1vt5WsJOoQ4b7S0jS5sl979rucLzg="; 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 transmission-gtk nix build failed. -- The CXX compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/1y8i61anhs9hh1g5x3zw2fvdbivwixzg-gcc-wrapper-11.3.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/1y8i61anhs9hh1g5x3zw2fvdbivwixzg-gcc-wrapper-11.3.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found CURL: /nix/store/c4w8vj8ndb5zx89x452cdx651wpdf88i-curl-7.87.0/lib/libcurl.so (found suitable version "7.87.0", minimum required is "7.28.0") -- Found OpenSSL: /nix/store/sd870yxyyw6sibxij71qhcz3fpjhr426-openssl-3.0.7/lib/libcrypto.so (found suitable version "3.0.7", minimum required is "0.9.7") -- Checking for modules 'gtkmm-4.0>=3.24.0;glibmm-2.68>=2.60.0;giomm-2.68>=2.26.0' -- No package 'gtkmm-4.0' found -- No package 'glibmm-2.68' found -- No package 'giomm-2.68' found -- Checking for modules 'gtkmm-3.0>=3.24.0;glibmm-2.4>=2.60.0;giomm-2.4>=2.26.0' -- No package 'gtkmm-3.0' found -- No package 'glibmm-2.4' found -- No package 'giomm-2.4' found CMake Error at CMakeLists.txt:296 (message): GTK is required but wasn't found  -- Configuring incomplete, errors occurred! See also "/build/source/build/CMakeFiles/CMakeOutput.log".