pufferpanel 2.2.0 -> 2.6.2 https://github.com/pufferpanel/pufferpanel/releases attrpath: pufferpanel Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = 061l1sy0z3kd7rc2blqh333gy66nbadfxy9hyxgq07dszds4byys [golangModuleVersion] Replaced vendorHash with sha256-w3PExVOUQQLyjBvRUVqFfNc131ys4UpH6q/eFVCVye8= 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 pufferpanel nix build failed. got build log for 'pufferpanel' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/r9q95pnhbjxv6siwp4y3hbpk45g15m0b-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring @nix { "action": "setPhase", "phase": "buildPhase" } building Building subPackage . Building subPackage ./cmd # github.com/pjbgf/sha1cd/cgo vendor/github.com/pjbgf/sha1cd/cgo/sha1.go:3:11: fatal error: lib/sha1.h: No such file or directory 3 | // #include | ^~~~~~~~~~~~ compilation terminated. # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function 'sqlite3SelectNew': sqlite3-binding.c:128049:10: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew; | ^~~~ sqlite3-binding.c:128009:10: note: declared here 128009 | Select standin; | ^~~~~~~