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

gef: 2023.06 -> 2023.08
This commit is contained in:
Weijia Wang 2023-09-08 14:34:17 +02:00 committed by GitHub
commit 0d9d11080c
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 = "2023.06";
version = "2023.08";
src = fetchFromGitHub {
owner = "hugsy";
repo = "gef";
rev = version;
sha256 = "sha256-QfVtDGhnyvRWQhxRnDyQFiHD7DByTGC3fUKadTB2w/U=";
sha256 = "sha256-MqpII3jhSc6aP/WQDktom2wxAvCkxCwfs1AFWij5J7A=";
};
dontBuild = true;