Merge pull request #227078 from r-ryantm/auto-update/gef

gef: 2022.06 -> 2023.06
This commit is contained in:
Weijia Wang 2023-04-20 23:23:14 +03:00 committed by GitHub
commit aec26424ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@ let
in stdenv.mkDerivation rec {
pname = "gef";
version = "2022.06";
version = "2023.06";
src = fetchFromGitHub {
owner = "hugsy";
repo = "gef";
rev = version;
sha256 = "sha256-XMm4K5X3F5DDtI/usHxNZwqzYpjck8sVaZIYKGuE6Qc=";
sha256 = "sha256-QfVtDGhnyvRWQhxRnDyQFiHD7DByTGC3fUKadTB2w/U=";
};
dontBuild = true;