2022-11-07T04:44:45 gllvm 1.3.0 -> 1.3.1 https://github.com/SRI-CSL/gllvm/releases 2022-11-07T04:44:47 attrpath: gllvm 2022-11-07T04:44:47 Checking auto update branch... 2022-11-07T04:44:47 No auto update branch exists 2022-11-07T04:44:47 There might already be an open PR for this update: - gllvm: 1.3.0 -> 1.3.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/193320" 2022-11-07T21:19:28 gllvm 1.3.0 -> 1.3.1 https://github.com/SRI-CSL/gllvm/releases 2022-11-07T21:19:31 attrpath: gllvm 2022-11-07T21:19:31 Checking auto update branch... 2022-11-07T21:19:31 No auto update branch exists 2022-11-07T21:19:31 Old version 1.3.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, llvmPackages, getconf }: buildGoModule rec { pname = "gllvm"; version = "1.3.1"; src = fetchFromGitHub { owner = "SRI-CSL"; repo = "gllvm"; rev = "v${version}"; sha256 = "sha256-CoreqnMRuPuv+Ci1uyF3HJCJFwK2jwB79okynv6AHTA="; }; vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo="; checkInputs = with llvmPackages; [ clang llvm ] ++ lib.optionals stdenv.isDarwin [ getconf ]; meta = with lib; { homepage = "https://github.com/SRI-CSL/gllvm"; description = "Whole Program LLVM: wllvm ported to go"; license = licenses.bsd3; maintainers = with maintainers; [ dtzWill ]; }; }